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

Cos'è Hover copy?

Hover copy è un'estensione di Chrome sviluppata da gimenete, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hover copy

Scarica i file di estensione Hover 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

                        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                    

Informazioni di Base sull'Estensione

Nome Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
URL Ufficiale https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
Descrizione 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
Dimensione del File 18.87 KB
Conteggio Installazioni 169
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-12-31
Data di Pubblicazione 2018-12-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore gimenete
Tipo di Pagamento free
Lingue Supportate 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"
    }
}