By: Button Guy
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"
} Best Copy Tab Button Alternatives
Here are some Firefox add-ons that are similar to Copy Tab Button:
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