제작자: John Navas
Inspect and view changes in Copy Link Anchor Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Copy Link Anchor Text",
"version": "1.0.3",
"description": "Copy the anchor text (link text) of any link via context menu (desktop) or tap-to-copy mode (Android).",
"homepage_url": "https://github.com/JNavas2/Copy-Link-Anchor-Text",
"permissions": [
"activeTab",
"clipboardWrite",
"storage",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images/icon-32.png",
"default_title": "Copy Link Anchor Text"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true,
"browser_style": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"commands": {
"toggle-copy-mode": {
"suggested_key": {
"default": "Ctrl+Alt+R"
},
"description": "Toggle copy link anchor text mode"
}
},
"browser_specific_settings": {
"gecko": {
"id": "copy-link-anchor-text@example.com",
"strict_min_version": "113.0"
}
},
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"64": "images/icon-64.png",
"96": "images/icon-96.png",
"128": "images/icon-128.png"
},
"web_accessible_resources": [
"whats_new.json"
]
} 최고의 Copy Link Anchor Text 대안
다음은 Copy Link Anchor Text과(와) 유사한 Firefox add-on입니다:
Copy Link Text
Sytelix
Copy Link Text
リシ
Title-Link Copy: AP-style Casing & Hyperlink
John Navas
Simply Copy Current Page Link
010 Pixel
Copy as Hyperlink
John Navas
Arc Like Copy Link
uday_699
Copy Links as CSV
ono ono
Copy Link With Click
Daniel Kaplan
Copy URL with Keyboard
Nick Tassone
Copy All Links
Qh88
Link Text and Location Copier
William Groenendijk
Fast Copy Links
ColdSpirit