By: david demri
Inspect and view changes in Close Tab Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Close Tab Button",
"version": "1.0",
"description": "Close the active tab.",
"permissions": [
"tabs"
],
"action": {
"default_title": "Close tab",
"default_icon": {
"16": "icon.png",
"32": "icon.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon.png",
"32": "icon.png",
"128": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "close-tab@david.local"
}
}
} Best Close Tab Button Alternatives
Here are some Firefox add-ons that are similar to Close Tab Button: