Inspect and view changes in Tab Close on Escape source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Close on Escape",
"version": "1.0",
"description": "Closes the current tab when the Escape key is pressed",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "tabcloseescape@example.com",
"data_collection_permissions": {
"required": [
"locationInfo"
],
"optional": [
"technicalAndInteraction"
]
}
}
}
} Best Tab Close on Escape Alternatives
Here are some Firefox add-ons that are similar to Tab Close on Escape:
Close Tab
eldon922
Double ESC Close Tab
Double ESC Close Tab
Left Tab Focus on Close
Mark Mark
tab-closer-plus
Dev
Tab Close Confirmation
vinleymarket
Tab Clear
Maxim G
Elegant Undo Close Tab
zhuwang
Alt+2 Tab Closer Hotkey
LoadingCounter
Navigate back to close tab
Stepan
Tab Closer
AD Nguyen
Tab Double-Click Close
DonPedroTV
Minimize On Closing Last Tab
Krzysztof Kruszyński