Переходите в любое место по быстрым ссылкам.
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": "Быстрые кнопки для apeha.ru",
"short_name": "Быстрые кнопки",
"version": "2.4",
"applications": {
"gecko": {
"id": "@gccdepgjdfidlkmbjbinfddbdhjihdoa",
"strict_min_version": "57.0"
}
},
"description": "Переходите в любое место по быстрым ссылкам.",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"64": "64.png",
"128": "128.png"
},
"content_scripts": [
{
"js": [
"buttonsapeha.js"
],
"matches": [
"http://apeha.ru/*",
"http://kovcheg.apeha.ru/*",
"http://utes.apeha.ru/*",
"http://smorye.apeha.ru/*",
"http://newforest.apeha.ru/*",
"http://ostrov.apeha.ru/*"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"browser_action": {
"default_icon": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"64": "64.png",
"128": "128.png"
},
"default_title": "Быстрые кнопки для apeha.ru",
"default_popup": "popup.html"
}
}