forked from piroor/treestyletab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
268 lines (262 loc) · 16.2 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<?xml version="1.0" encoding="UTF-8"?>
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="treestyletab@piro.sakura.ne.jp"
em:name="Tree Style Tab"
em:version="0.17.2016061501"
em:creator="YUKI "Piro" Hiroshi"
em:description="Show tabs like a tree."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:iconURL="chrome://treestyletab/content/res/icon.png"
em:optionsURL="chrome://treestyletab/content/config.xul"
em:type="2"
em:multiprocessCompatible="true">
<em:updateURL>http://piro.sakura.ne.jp/xul/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLI43lgUhWE0E7bfiuTrQMKIP53KM3w71VEPc9FxE7YS3Hpr85dC/GgEUDPd6xD7UP7ckzEusN49LCAKoipepxgyAWzQjZ3CzvkD7PWsZFTi7lpj9ytYDysoFwHs0L96i5oiVopNj1NQM2AC0Y5Lr0b6lz2L5ece0/z6monpZXPQIDAQAB</em:updateKey>
<em:localized>
<RDF:Description em:locale="en-US"
em:name="Tree Style Tab"
em:description="Show tabs like a tree."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="ja"
em:name="ツリー型タブ"
em:description="タブをツリー状に表示します。"
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="it-IT"
em:name="Tree Style Tab"
em:description="Permette di visualizzare la barra delle schede in forma di albero"
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>Godai71.Extenzilla (it-IT locale)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="zh-CN"
em:name="Tree Style Tab"
em:description="以树的形式显示标签。"
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>Fatiaomao (zh-CN locale)</em:translator>
<em:translator>hzhbest (zh-CN locale)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="es-ES"
em:name="Pestañas estilo árbol"
em:description="Muestra las pestañas en vista de árbol"
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>tito (es-ES locale)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="de-DE"
em:name="Tree Style Tab"
em:description="Stellt Tabs in einer Baumstukur dar"
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>Andy Pillip (de-DE locale)</em:translator>
<em:translator>Björn Kautler (de-DE locale)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="zh-TW"
em:name="Tree Style Tab"
em:description="樹狀分頁顯示。"
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>HkYtrewq (zh-TW locale)</em:translator>
<em:translator>Tsprajna (zh-TW locale)</em:translator>
<em:translator>bootleq (zh-TW locale)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="ru"
em:name="Древовидный стиль вкладок"
em:description="Отображение вкладок в виде дерева"
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>L'Autour (ru locale)</em:translator>
<em:translator>Infocatcher (ru locale)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="pl"
em:name="Tree Style Tab"
em:description="Wyświetla karty w układzie drzewa."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>Leszek(teo)Życzkowski (pl locale)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="fr-FR"
em:name="Tree Style Tab"
em:description="Show tabs like a tree."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>Laurent Haas (fr-FR locale)</em:translator>
<em:translator>AxlMun (fr-FR locale)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="sv-SE"
em:name="Tree Style Tab"
em:description="Visar flikar i en trädstruktur."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="Hiroshi Shimoda">
<em:contributor>Zusukar (krymp automatiskt-läget)</em:contributor>
<em:contributor>Alice0775 (kompatibilitetsproblem)</em:contributor>
<em:contributor>Philipp von Weitershausen (sidopanelens utseende)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>Mikael Hiort af Ornäs (sv-SE)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="da-DK"
em:name="Tree Style Tab"
em:description="Viser faner som mappetræer."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="Hiroshi Shimoda">
<em:contributor>Zusukar (auto minimering)</em:contributor>
<em:contributor>Alice0775 (kompatibilitetsproblem)</em:contributor>
<em:contributor>Philipp von Weitershausen (sidebjælkens stil)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>Regmos (da-DK)</em:translator>
</RDF:Description>
</em:localized>
<em:localized>
<RDF:Description em:locale="cs"
em:name="Tree Style Tab"
em:description="Uspořádává panely do stromu."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
em:creator="YUKI "Piro" Hiroshi">
<em:contributor>Zusukar (auto-shrink mode)</em:contributor>
<em:contributor>Alice0775 (compatibility problem)</em:contributor>
<em:contributor>Philipp von Weitershausen (Sidebar style)</em:contributor>
<em:contributor>wanabe (some bug fixes)</em:contributor>
<em:contributor>Tetsuharu OHZEKI (code cleanup)</em:contributor>
<em:contributor>mnoorenberghe (Firefox 36 support)</em:contributor>
<em:contributor>Xidorn Quan (Firefox 40+ support)</em:contributor>
<em:contributor>J. Ryan Stinnett (bug fix around tearing off of multiple tabs)</em:contributor>
<em:contributor>lv7777</em:contributor>
<em:translator>Vlastimil Ovčáčík (cs)</em:translator>
</RDF:Description>
</em:localized>
<em:targetApplication>
<RDF:Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="38.0"
em:maxVersion="50.0a1" />
</em:targetApplication>
</RDF:Description>
</RDF:RDF>