Hover and Copy
Hover over any link or image and copy it with your keyboard shortcut.
What is Hover and Copy?
Hover and Copy is a Chrome extension developed by Mustafa KÜÇÜK, and its main feature is "Hover over any link or image and copy it with your keyboard shortcut.".
Extension Screenshots
Download Hover and Copy Extension CRX File
Download Hover and 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
Hover over any link or image and copy it with your keyboard shortcut. Hover over the link or image you want to copy and use CTRL + C or CMD + C depending on your operating system. That's it!
Extension Basic Information
Name | Hover and Copy |
ID | moanghbdjdafhoppikcalbkggpnbhhid |
Official URL | https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid |
Description | Hover over any link or image and copy it with your keyboard shortcut. |
File Size | 43.39 KB |
Installation Count | 529 |
Current Version | 1.0 |
Last Updated | 2020-02-05 |
Publish Date | 2020-02-01 |
Rating | 3.11/5 Total 9 Ratings |
Developer | Mustafa KÜÇÜK |
[email protected] | |
Payment Type | free |
Help Page URL | https://mustafakucuk.net |
Supported Languages | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0", "manifest_version": 2, "browser_action": [], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery.min.js", "main.js" ], "matches": [ " |