Inspect and view changes in Double ESC Close Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Double ESC Close Tab",
"version": "2.0",
"description": "This is a Firefox addon that closes a tab by pressing the ESC key twice.",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{2c431f09-e113-490e-80f3-4d7faca6e313}"
}
}
} Best Double ESC Close Tab Alternatives
Here are some Firefox add-ons that are similar to Double ESC Close Tab:
Tab Close on Escape
citzseat
tab-closer-plus
Dev
Tab Duplicator
Krotonic
Close Tab
eldon922
Alt+2 Tab Closer Hotkey
LoadingCounter
Double Click On Page Closes Tab
Geoffrey De Belie
Rights to Close EX
shandev
Close Tab by Double Right Click
webextensions.org
Auto Close Tabs
iProgrammer16
PowerTabs - Tab Switcher
softwaremanufaktur.co
Auto Close Tabs
iProgrammer16
Clear Tabs
FlyteSoft