This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathinstall.rdf
72 lines (66 loc) · 2.67 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
<?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>[email protected]</em:id>
<em:name>Open in Browser</em:name>
<em:version>1.18</em:version>
<em:type>2</em:type>
<em:description>Offers the possibility to display documents in browser window.</em:description>
<em:creator>Sylvain Pasche</em:creator>
<em:contributor>Stanimir Stamenkov</em:contributor>
<em:contributor>Mathnerd314</em:contributor>
<em:contributor>Felipe Gasper</em:contributor>
<em:contributor>Peter Wu</em:contributor>
<em:contributor>Alexander Rosenberg</em:contributor>
<em:homepageURL>https://github.com/spasche/openinbrowser</em:homepageURL>
<em:localized>
<Description>
<em:locale>de-DE</em:locale>
<em:name>Open in Browser</em:name>
<em:description>Ermöglicht die Server gesendete MIME zu ändern und Dokumente direkt im Browserfenster zu betrachten.</em:description>
<em:translator>Richard Nonix</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>fr</em:locale>
<em:name>Ouvrir dans le navigateur</em:name>
<em:description>Offre la possibilité d'ouvrir les documents dans la fenêtre du navigateur.</em:description>
<em:translator>Sylvain Pasche</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>ru</em:locale>
<em:name>Open in Browser</em:name>
<em:description>Позволяет открывать документы в окне браузера.</em:description>
<em:translator>Infocatcher</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>sv-SE</em:locale>
<em:name>Open in Browser</em:name>
<em:description>Ger dig möjlighet att öppna dokument i webbläsarfönstret.</em:description>
<em:translator>Mikael Hiort af Ornäs</em:translator>
</Description>
</em:localized>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>32.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>2.4a2</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>