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

Hvad er Hover copy?

Hover copy er en Chrome-udvidelse udviklet af gimenete, og dens hovedfunktion er "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".

Udvidelsesskærmbilleder

screenshot

Download Hover copy-udvidelses-CRX-fil

Download Hover copy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
Officiel URL https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
Beskrivelse 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
Filstørrelse 18.87 KB
Antal Installationer 169
Nuværende Version 1.0.1
Senest Opdateret 2018-12-31
Udgivelsesdato 2018-12-28
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler gimenete
Betalingsmetode free
Understøttede Sprog 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"
    }
}