Hover copy
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
What is Hover copy?
Hover copy is a Chrome extension developed by gimenete, and its main feature is "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format".
Extension Screenshots
Download Hover copy Extension CRX File
Download Hover copy 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
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format. Icon made by freepik.com CC-BY 3.0
Extension Basic Information
Name | Hover copy |
ID | cdnibjdbfjofkedghnefffkdohgjgbpc |
Official URL | https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc |
Description | Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format |
File Size | 18.87 KB |
Installation Count | 169 |
Current Version | 1.0.1 |
Last Updated | 2018-12-31 |
Publish Date | 2018-12-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | gimenete |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hover copy", "version": "1.0.1", "description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "clipboardWrite" ], "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } } |