This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.rdf
54 lines (48 loc) · 1.84 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
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>{03651b2d-eb7d-4be7-af1b-dc0cd162dd54}</em:id>
<em:name>ErrorZilla Plus</em:name>
<em:version>1.2.4</em:version>
<em:creator>Crend King</em:creator>
<em:description>Show a more useful error page when the network address cannot be reached.</em:description>
<em:type>2</em:type>
<em:optionsURL>chrome://ezp/content/pref.xul</em:optionsURL>
<em:iconURL>chrome://ezp/skin/ezp.png</em:iconURL>
<em:icon64URL>chrome://ezp/skin/ezp.png</em:icon64URL>
<em:homepageURL>https://addons.mozilla.org/en-us/firefox/addon/errorzilla-plus/</em:homepageURL>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>4.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Simplified Chinese -->
<em:localized>
<Description>
<em:locale>zh-CN</em:locale>
<em:description>为无法打开的网页提供一个更具功能的错误页面。</em:description>
</Description>
</em:localized>
<!-- Japanese -->
<em:localized>
<Description>
<em:locale>ja-JP</em:locale>
<em:description>エラーページに便利な機能を追加します。</em:description>
</Description>
</em:localized>
<!-- Swedish -->
<em:localized>
<Description>
<em:locale>sv-SE</em:locale>
<em:description>Visar en mer användbar felsida när nätverksadressen inte kan nås.</em:description>
</Description>
</em:localized>
<em:translator>Crend King (zh-CN)</em:translator>
<em:translator>能美涼子 (ja-JP)</em:translator>
<em:translator>Mikael Hiort af Ornäs (sv-SE)</em:translator>
</Description>
</RDF>