forked from piroor/historycounter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
48 lines (43 loc) · 2.59 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
<?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="[email protected]"
em:name="How Many Times Can I Back?"
em:version="0.2.2011011801"
em:creator="YUKI "Piro" Hiroshi"
em:description="Couts up the number of histories in Back and Frward buttons."
em:homepageURL="http://piro.sakura.ne.jp/xul/historycounter/"
em:iconURL="chrome://historycounter/content/icon.png"
em:optionsURL="chrome://historycounter/content/config.xul"
em:type="2">
<em:translator>Mikes Kaszmán István (hu-HU locale)</em:translator>
<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="How Many Times Can I Back?"
em:description="Counts up the numbner of histories in Back and Forward buttons."
em:homepageURL="http://piro.sakura.ne.jp/xul/_historycounter.html.en"/>
</em:localized>
<em:localized>
<RDF:Description em:locale="ja"
em:name="何回戻れる?"
em:description="「戻る」「進む」ボタンに、保持している履歴の件数を表示します。"
em:homepageURL="http://piro.sakura.ne.jp/xul/_historycounter.html"/>
</em:localized>
<em:localized>
<RDF:Description em:locale="hu-HU"
em:name="How Many Times Can I Back?"
em:description="Előzményszámláló megjelenítése az "Ugrás az előző/következő oldalra" gombokon."
em:homepageURL="http://piro.sakura.ne.jp/xul/_historycounter.html.en"/>
</em:localized>
<em:targetApplication>
<!-- Firefox -->
<RDF:Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="3.5"
em:maxVersion="4.0b10pre" />
</em:targetApplication>
</RDF:Description>
</RDF:RDF>