Inspect and view changes in Abregis 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
{
"manifest_version": 2,
"name": "Abregis",
"description": "Télécharge les abrégés et leur traduction automatiquement depuis Espacenet et les bases OPS",
"version": "5.4.2",
"applications": {
"gecko": {
"strict_min_version": "58.0",
"id": "{8c262ed8-bd21-4c99-8785-bf1941771fb4}"
}
},
"icons": {
"48": "icons/logo-48.png",
"96": "icons/logo-96.png"
},
"permissions": [
"tabs",
"activeTab",
"<all_urls>",
"storage"
],
"options_ui": {
"page": "settings/options.html",
"open_in_tab": true,
"browser_style": true
},
"sidebar_action": {
"default_icon": "icons/logo-96.png",
"default_title": "Abregis onLine",
"default_panel": "sidebar/panel.html"
},
"commands": {
"_execute_sidebar_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
}
}