Inspect and view changes in Duplicate Tab with Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Duplicate Tab Shortcut",
"version": "1.1",
"description": "Duplicate the currently active tab using keyboard shortcuts (Command+Shift+D on Mac, Ctrl+Shift+D on Windows/Linux)",
"author": "Your Name",
"homepage_url": "https://github.com/yourusername/duplicate-firefox-tab",
"permissions": [
"tabs",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"commands": {
"duplicate-tab": {
"suggested_key": {
"default": "Ctrl+Shift+D",
"mac": "Command+Shift+D"
},
"description": "Duplicate the currently active tab"
}
},
"icons": {
"48": "icon.svg",
"96": "icon.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "{42034fad-0795-4800-b9fc-a4c516e89348}"
}
}
} Best Duplicate Tab with Shortcut Alternatives
Here are some Firefox add-ons that are similar to Duplicate Tab with Shortcut:
Duplicate Tab Shortcut
Stefan Sundin
Tab Duplicator
Otto Hamidah
Tab Shortcuts
Panicdongle
Clone the Tab
ndsvw
Duplicate Tab
Skeletonxf
Tabs Duplicator
Shaq
Duplicate Tab Hotkey
Firefox user 10859272
Simple Duplicate
Michał Koziara
Copy tab URL shortcut
Tim de Booij
Detach Tab
Claymont
Tab Duplicator
Krotonic
Tab Dedupe
mauforonda