Hover and Copy

Hover over any link or image and copy it with your keyboard shortcut.

Wat is Hover and Copy?

Hover and Copy is een Chrome-extensie ontwikkeld door Mustafa KÜÇÜK, en de belangrijkste functie is "Hover over any link or image and copy it with your keyboard shortcut.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hover and Copy

Download Hover and Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Hover and Copy Hover and Copy
ID moanghbdjdafhoppikcalbkggpnbhhid
Officiële URL https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid
Beschrijving Hover over any link or image and copy it with your keyboard shortcut.
Bestandsgrootte 43.39 KB
Aantal Installaties 529
Huidige Versie 1.0
Laatst Bijgewerkt 2020-02-05
Publicatiedatum 2020-02-01
Beoordeling 3.11/5 Totaal 9 Beoordelingen
Ontwikkelaar Mustafa KÜÇÜK
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://mustafakucuk.net
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}