作者: 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