提供元: Toaster
Inspect and view changes in CloseButton source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Add a button that close the window in the toolbar",
"manifest_version": 2,
"name": "CloseButton",
"version": "0.2",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"48": "icons/close-48.svg",
"96": "icons/close-96.svg"
}
}
} ベストのCloseButton代替案
CloseButtonに類似したFirefox add-onをいくつか紹介します:
Close Window Button
jingyu9575
OS style Close Window Button
Firefox user 12528072
Simple Close Tab button
amokk
Arc Theme Close Button
Firefox user 12528072
Close Window Button
dhanush
Meomundo Close Tab Button
Chris Doerr
Close Right Tabs Button
asukaze
Close current tab
tmtms