-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
executable file
·44 lines (41 loc) · 1.63 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
<?xml version="1.0"?>
<!-- 这里主要是在插件页面定义一些描述信息 -->
<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="journal-abbr-for-Zotero@zoushucai.github.io"
em:name="journal abbr for Zotero"
em:version="1.0.0"
em:type="2"
em:creator="zsc"
em:description="该插件进行更新期刊缩写以及添加或删除'abbr'标签!"
em:homepageURL="https://github.com/zoushucai/zotero-journalabbr">
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>5.0.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>journal abbr for Zotero</em:name>
<em:description>The plug-in updates journal abbreviations and adds or removes abbr tags!</em:description>
<em:homepageURL>https://github.com/zoushucai/zotero-journalabbr</em:homepageURL>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>zh-CN</em:locale>
<em:name>journal abbr for Zotero</em:name>
<em:description>该插件进行更新期刊缩写以及添加或删除'abbr'标签!</em:description>
<em:homepageURL>https://github.com/zoushucai/zotero-journalabbr</em:homepageURL>
</Description>
</em:localized>
</RDF:Description>
</RDF:RDF>