提供元: mike_conley Add-on
Inspect and view changes in Taburdle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Taburdle",
"version": "0.5",
"description": "A WebExtension that copies a string representation of your tabs to your clipboard.",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Taburdle",
"default_icon": "icons/square.svg"
},
"applications": {
"gecko": {
"id": "taburdle@mikeconley.ca",
"strict_min_version": "91.0"
}
},
"permissions": [
"tabs",
"clipboardWrite",
"notifications"
]
} ベストのTaburdle代替案
Taburdleに類似したFirefox add-onをいくつか紹介します:
Tabs2Clipboard
xeoth
Tab-Todo.txt
fineman
tabclip
segfault
Copy Tabs URLs
Kevin Tully
Tabs to Clipboard
Cadu Carvalho
Copy and Paste Tabs
Stanislav Senotrusov
Tabbard
George Chakhidze
Tablist
slymax
Copy Tab URLs
Firefox user 13243341
tabs2txt
Mike Clark
Copy Tab URLs
malijaffri
Copy tab URL to clipboard
idk