Hover and Copy

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

Cos'è Hover and Copy?

Hover and Copy è un'estensione di Chrome sviluppata da Mustafa KÜÇÜK, e la sua funzione principale è "Hover over any link or image and copy it with your keyboard shortcut.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hover and Copy

Scarica i file di estensione Hover and Copy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Hover and Copy Hover and Copy
ID moanghbdjdafhoppikcalbkggpnbhhid
URL Ufficiale https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid
Descrizione Hover over any link or image and copy it with your keyboard shortcut.
Dimensione del File 43.39 KB
Conteggio Installazioni 529
Versione Corrente 1.0
Ultimo Aggiornamento 2020-02-05
Data di Pubblicazione 2020-02-01
Valutazione 3.11/5 Totale 9 Valutazioni
Sviluppatore Mustafa KÜÇÜK
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://mustafakucuk.net
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}