提供元: Michał Koziara
Inspect and view changes in Simple Duplicate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Simple Duplicate",
"version": "1.0.1",
"description": "Adds a keyboard shortcut for duplicating current tab.",
"homepage_url": "https://github.com/michalkoziara/simple-duplicate",
"permissions": [
"tabs"
],
"browser_specific_settings": {
"gecko": {
"strict_min_version": "61.0"
}
},
"icons": {
"48": "assets/icon.svg"
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"toggle-duplicate": {
"suggested_key": {
"default": "Ctrl+Q"
},
"description": "Send a 'toggle-duplicate' event to the extension"
}
},
"options_ui": {
"page": "options/options.html",
"browser_style": true
}
} ベストのSimple Duplicate代替案
Simple Duplicateに類似したFirefox add-onをいくつか紹介します:
Tab Duplicator
Krotonic
Duplicate Tab Shortcut
Stefan Sundin
Duplicate Tab
Skeletonxf
Duplicate Tab with Shortcut
Pratham
Keyboard Shortcut for Tab Duplication
Patrick Dark
Tab Shortcuts
Panicdongle
one-click-duplicator
chv
Undo|Duplicate Tab
Sarah Av.
Dedupe: Tab Deduplicator
Scout
Close Other Duplicate Tabs
igorlogius
Copy current URL shortcut
kooler
Quick Copy URL
vantezzen