제작자: Jarek Pendowski
Inspect and view changes in Tab Closer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Closer",
"version": "1.0.1",
"description": "Closes tabs after they finish loading if they match a list of URLs (like redirection links to native apps)",
"permissions": [
"tabs",
"storage",
"webNavigation"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_action": {
"default_title": "Tab Closer",
"default_icon": "icon-48.png"
},
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "tab-closer@pendowski.com",
"strict_min_version": "58.0"
}
},
"content_security_policy": "default-src 'self'"
} 최고의 Tab Closer 대안
다음은 Tab Closer과(와) 유사한 Firefox add-on입니다: