By: Romik Forest Add-on
Inspect and view changes in Shift+LeftClick opens links in a new active tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "2.0.3resigned1",
"description": "__MSG_extensionDescription__",
"author": "__MSG_author__",
"default_locale": "en",
"applications": {
"gecko": {
"id": "jid1-0FR6i1UdmfWu1w@jetpack"
}
},
"icons": {
"48": "icon.png",
"64": "icon64.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"match_about_blank": true,
"all_frames": true,
"js": [
"content-script.js"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"background-script.js"
]
},
"options_ui": {
"page": "options.html",
"browser_style": true
},
"permissions": [
"storage"
]
} Best Shift+LeftClick opens links in a new active tab Alternatives
Here are some Firefox add-ons that are similar to Shift+LeftClick opens links in a new active tab:
ShiftLeftClickDownloader
Romik Forest
Open Links in Tabs
André Veríssimo
Link Fixer
danielnixon
Open Not in New Tab
tukapiyo
Long Press New Tab
Kunihiro Ando
Force Ctrl+Click to New Tab
luca-san
Right Click Link New Tab
Bg Dam
Open from Clipboard
igorlogius
target="_blank"-toggler
Augnustin
My new tab
Mathias
Tap To Tab
em_te
Open in active tab when opened from command line
zupffwhy