Copy hyperlink as Edge does
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
What is Copy hyperlink as Edge does?
Copy hyperlink as Edge does is a Chrome extension developed by zxylost, and its main feature is "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].".
Extension Screenshots
Download Copy hyperlink as Edge does Extension CRX File
Download Copy hyperlink as Edge does extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
Extension Basic Information
Name | Copy hyperlink as Edge does |
ID | pindpfknjjhmjdpgpfdempcnheecfkah |
Official URL | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
Description | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
File Size | 10.83 KB |
Installation Count | 26 |
Current Version | 0.1 |
Last Updated | 2023-06-18 |
Publish Date | 2023-06-18 |
Developer | zxylost |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "js": [ "copyurlwithtitle.js", "toast.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].", "icons": { "128": "128.png" }, "manifest_version": 3, "name": "Copy hyperlink as Edge does", "short_name": "Copy hyperlink as Edge does", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |