Inspect and view changes in Redirecionamento CAPES-Periódicos source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Redirecionamento CAPES-Periódicos",
"description": "Redireciona o endereço atual para o link equivalente com o sufixo do novo sistema do Portal de Periódicos da CAPES.",
"version": "3.4",
"homepage_url": "http://www.infis.ufu.br/capes-periodicos",
"options_page": "options.html",
"icons": {
"16": "iconP16.png",
"48": "iconP48.png",
"128": "iconP128.png"
},
"background": {
"scripts": [
"background.min.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "iconP19.png",
"38": "iconP38.png"
},
"default_title": "Redirecionamento CAPES-Periodicos"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"permissions": [
"tabs",
"contextMenus",
"notifications",
"webRequest",
"webRequestBlocking",
"storage",
"<all_urls>"
]
}