제작자: Button Guy Add-on
Inspect and view changes in Copy Tab Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"applications": {
"gecko": {
"id": "tb-clone-tab-single@codefisher.org",
"strict_min_version": "42.0"
}
},
"author": "Michael Buckley",
"background": {
"scripts": [
"tb-clone-tab-background.js"
]
},
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "icons/16-tab-go.png",
"24": "icons/24-tab-go.png",
"32": "icons/32-tab-go.png",
"48": "icons/48-tab-go.png"
},
"default_title": "__MSG_tbCloneTabLabel__"
},
"default_locale": "en_US",
"description": "Makes a copy of the current tab",
"homepage_url": "https://codefisher.org/toolbar_button/",
"icons": {
"16": "icons/16-tab-go.png",
"24": "icons/24-tab-go.png",
"32": "icons/32-tab-go.png",
"48": "icons/48-tab-go.png"
},
"manifest_version": 2,
"name": "Copy Tab Button",
"version": "1.5resigned1"
} 최고의 Copy Tab Button 대안
다음은 Copy Tab Button과(와) 유사한 Firefox add-on입니다:
Tab List Button
Button Guy
Close Tab Button
Button Guy
Close Tabs to the right Button
Button Guy
Copy Tab URL
MarsCat
Copy Tab URLs
Firefox user 13243341
Close Tab History Button
Button Guy
Reload Tabs Button
Button Guy
Close All Tabs Button
Button Guy
Close Other Tabs Button
Button Guy
Undo|Duplicate Tab
Sarah Av.
Stop All Button
Button Guy
currenturlcopybutton
aki_lua87