提供元: iquiw
Inspect and view changes in copyfu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "copyfu",
"description": "Copy Formatted URL and title",
"version": "0.12.1",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"permissions": [
"activeTab",
"clipboardWrite",
"contextMenus",
"storage",
"tabs"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+U"
}
},
"copy-template-1": {
"description": "__MSG_shortcut_copy_template_1__"
},
"copy-template-2": {
"description": "__MSG_shortcut_copy_template_2__"
},
"copy-template-3": {
"description": "__MSG_shortcut_copy_template_3__"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{ea350ae6-d119-44b0-a6d7-91b9235ad119}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"default_locale": "en",
"homepage_url": "https://github.com/iquiw/copyfu-extension",
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_title": "CopyFU",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content-scripts/content.js"
]
}
]
} ベストのcopyfu代替案
copyfuに類似したFirefox add-onをいくつか紹介します:
Copycat
BlackGlory
Copy URLs
oov
Copy URL with Keyboard
Nick Tassone
Arc Like Copy Link
uday_699
Quick Copy & Highlight
GD365
Simple URL Copy
Misoni
Copy Tab URLs
malijaffri
Link Text and Location Copier
William Groenendijk
Copy Tab URL
MarsCat
Flink - Formatted link copying
David Rubino
tabclip
segfault
Copy Tab URLs
Firefox user 13243341