By: Yuilix
Inspect and view changes in Continuity - Links In Same Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Continuity - Links In Same Tab",
"version": "0.1.4",
"author": "Yuilix",
"description": "Forces links/bookmarks that open in a new tab to open in the current tab instead. You can open the tabs you want in new one by ctrl+click or middle mouse click",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "settings.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "Continuity@yuilix.dev",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Continuity - Links In Same Tab Alternatives
Here are some Firefox add-ons that are similar to Continuity - Links In Same Tab:
Link in New Tab
PieJasper
Stay Current
ecb
KeepInTab
Nicolas Frandeboeuf
Long Press New Tab
Kunihiro Ando
Open Links in Tabs
André Veríssimo
Open Link and New Tab Next to Current
zyohan
Open Links in New Tab
Shane
No Tabs
NoTabsGuy
Open Not in New Tab
tukapiyo
Shift+LeftClick opens links in a new active tab
Romik Forest