-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
164 lines (164 loc) · 5.68 KB
/
manifest.json
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
{
"action": {
"default_icon": {
"16": "icon/16x16.png",
"24": "icon/24x24.png",
"32": "icon/32x32.png"
},
"default_popup": "popup.html",
"default_title": "Rapid Journal Quality Check"
},
"background": {
"scripts": ["background.js"]
},
"content_scripts": [
{
"css": ["css/style.css"],
"js": [
"lib/jquery-3.5.1.min.js",
"js/scholar.js",
"js/scholar_turbo.js",
"js/ccf.js",
"js/fetchRank.js",
"data/names/ccf.ABDC.js",
"data/names/ccf.AJG.js",
"data/names/ccf.CCF.js",
"data/names/ccf.CiteSc.js",
"data/names/ccf.CoNRS.js",
"data/names/ccf.CORE_c.js",
"data/names/ccf.CORE.js",
"data/names/ccf.DAEN.js",
"data/names/ccf.FNEGE.js",
"data/names/ccf.FT50.js",
"data/names/ccf.HCERES.js",
"data/names/ccf.JCR.js",
"data/names/ccf.SJR_Hi.js",
"data/names/ccf.SJR_Q.js",
"data/names/ccf.SJR.js",
"data/names/ccf.SNIP.js",
"data/names/ccf.source.js",
"data/names/ccf.VHB.js",
"data/names/ccf.VHB4.js",
"data/issns/ccf.issnABDC.js",
"data/ccf.FullRank_Acro.js",
"data/issns/ccf.issnABDC.js",
"data/issns/ccf.issnAJG.js",
"data/issns/ccf.issnCiteS.js",
"data/issns/ccf.issnCoNRS.js",
"data/issns/ccf.issnCORE.js",
"data/issns/ccf.issnDAEN.js",
"data/issns/ccf.issnFNEGE.js",
"data/issns/ccf.issnHCERE.js",
"data/issns/ccf.issnJCR.js",
"data/issns/ccf.issnNF.js",
"data/issns/ccf.issnSJR_H.js",
"data/issns/ccf.issnSJR_Q.js",
"data/issns/ccf.issnSJR.js",
"data/issns/ccf.issnSNIP.js",
"data/issns/ccf.issnsourc.js",
"data/issns/ccf.issnVHB.js",
"data/issns/ccf.issnVHB4.js",
"script.js"
],
"matches": [
"https://scholar.google.ae/*",
"https://scholar.google.at/*",
"https://scholar.google.be/*",
"https://scholar.google.bg/*",
"https://scholar.google.ca/*",
"https://scholar.google.cat/*",
"https://scholar.google.ch/*",
"https://scholar.google.cl/*",
"https://scholar.google.co.cr/*",
"https://scholar.google.co.hu/*",
"https://scholar.google.co.id/*",
"https://scholar.google.co.il/*",
"https://scholar.google.co.in/*",
"https://scholar.google.co.jp/*",
"https://scholar.google.co.kr/*",
"https://scholar.google.co.nz/*",
"https://scholar.google.co.th/*",
"https://scholar.google.co.uk/*",
"https://scholar.google.co.ve/*",
"https://scholar.google.co.za/*",
"https://scholar.google.com/*",
"https://scholar.google.com.ar/*",
"https://scholar.google.com.au/*",
"https://scholar.google.com.bo/*",
"https://scholar.google.com.br/*",
"https://scholar.google.com.co/*",
"https://scholar.google.com.cu/*",
"https://scholar.google.com.do/*",
"https://scholar.google.com.ec/*",
"https://scholar.google.com.eg/*",
"https://scholar.google.com.gr/*",
"https://scholar.google.com.gt/*",
"https://scholar.google.com.hk/*",
"https://scholar.google.com.ly/*",
"https://scholar.google.com.mx/*",
"https://scholar.google.com.my/*",
"https://scholar.google.com.ni/*",
"https://scholar.google.com.pa/*",
"https://scholar.google.com.pe/*",
"https://scholar.google.com.ph/*",
"https://scholar.google.com.pk/*",
"https://scholar.google.com.pl/*",
"https://scholar.google.com.pr/*",
"https://scholar.google.com.py/*",
"https://scholar.google.com.ru/*",
"https://scholar.google.com.sg/*",
"https://scholar.google.com.sv/*",
"https://scholar.google.com.tr/*",
"https://scholar.google.com.tw/*",
"https://scholar.google.com.ua/*",
"https://scholar.google.com.uy/*",
"https://scholar.google.com.vn/*",
"https://scholar.google.cz/*",
"https://scholar.google.de/*",
"https://scholar.google.dk/*",
"https://scholar.google.es/*",
"https://scholar.google.fi/*",
"https://scholar.google.fr/*",
"https://scholar.google.gr/*",
"https://scholar.google.hk/*",
"https://scholar.google.hn/*",
"https://scholar.google.hr/*",
"https://scholar.google.hu/*",
"https://scholar.google.is/*",
"https://scholar.google.it/*",
"https://scholar.google.li/*",
"https://scholar.google.lt/*",
"https://scholar.google.lu/*",
"https://scholar.google.lv/*",
"https://scholar.google.nl/*",
"https://scholar.google.no/*",
"https://scholar.google.pl/*",
"https://scholar.google.pt/*",
"https://scholar.google.ro/*",
"https://scholar.google.ru/*",
"https://scholar.google.se/*",
"https://scholar.google.si/*",
"https://scholar.google.sk/*"
]
}
],
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
"128": "icon/128x128.png",
"16": "icon/16x16.png",
"24": "icon/24x24.png",
"32": "icon/32x32.png",
"64": "icon/64x64.png"
},
"manifest_version": 3,
"name": "Rapid Journal Quality Check",
"options_ui": {"page": "options.html"},
"permissions": [ "storage", "activeTab" ],
"version": "1.0",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}