提供元: iProgrammer16
Inspect and view changes in Automatically Copy Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Automatically Copy Links",
"version": "1.0",
"description": "Automatically monitors and copies all visited links to your clipboard.",
"permissions": [
"storage",
"tabs",
"activeTab",
"clipboardWrite",
"webNavigation"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{d525cd68-adc6-433c-82a9-ac600eb3f4b4}"
}
}
} ベストのAutomatically Copy Links代替案
Automatically Copy Linksに類似したFirefox add-onをいくつか紹介します:
Copy All Links
Qh88
Copy All Links
VB77
Fast Copy Links
ColdSpirit
URL MultiCopy
erosman
Copy Tab URLs
Firefox user 13243341
Simply Copy Current Page Link
010 Pixel
Copy Link Text
Sytelix
Copy Paste Tab Links
Kustrica
Copy on Select
micpob
Copy URL with Keyboard
Nick Tassone
Fast Hover Copy
hongducwb
Link Extractor
woynoba