제작자: zhihaushiu
Inspect and view changes in Show Close Tab Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Show Close Tab Button",
"version": "1.9.2",
"description": "Show a close button on each active tab to close it. And you can add buttons and set the arrangement and position of buttons yourself.",
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"http://*/*",
"https://*/*"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"icons/icon-16.png",
"icons/icon-48.png",
"icons/icon-128.png"
],
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "showclosetabbutton@github.io"
}
}
} 최고의 Show Close Tab Button 대안
다음은 Show Close Tab Button과(와) 유사한 Firefox add-on입니다:
Show Pocket Button
zhihaushiu
Close Tab Button
Button Guy
Close this tab
alpacaonthehill
Close Tabs to the right Button
Button Guy
Close Right Tabs Button
asukaze
Close All Tabs Button
asukaze
Close Tab Button
david demri
Close Current Tab Button
David "Kravimir" S.
Quick Tab Closer
Amelia
QuickTabs
Prodigion
Close Tab Button
0rchestrate