By: dblanchard Add-on
Inspect and view changes in Alt-Left Closes Empty Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Back Arrow Close Tab",
"version": "1.0",
"description": "Closes the tab if there is no previous page when using the back button or Alt+Left.",
"permissions": [
"tabs",
"activeTab",
"webNavigation"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"commands": {
"check-back-and-close": {
"suggested_key": {
"default": "Alt+Left"
},
"description": "Check back history and close tab if none"
}
},
"browser_specific_settings": {
"gecko": {
"id": "back-arrow-close-tab@domain.com"
}
}
} Best Alt-Left Closes Empty Tab Alternatives
Here are some Firefox add-ons that are similar to Alt-Left Closes Empty Tab:
Back Closes Tab
dblanchard
Activate Left Tab On Close
Rotem Dan
Close Tabs on the Left
pseudoray
Empty Tab Closer
Edward Harris
Close Previous Tab
y1n0
Alt+2 Tab Closer Hotkey
LoadingCounter
Left Tab Focus on Close
Mark Mark
Double Click On Page Closes Tab
Geoffrey De Belie
Focus left tab on close
Yuri Khan
Close Tab on Backspace/Delete
drb80
Close Tabs to the Left
Michał Kopeć
Go to empty tab
Kei