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

Vad är Hover copy?

Hover copy är en Chrome-tillägg utvecklad av gimenete, och dess huvudfunktion är "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".

Tilläggsskärmbilder

screenshot

Ladda ner Hover copy-förlängningens CRX-fil

Ladda ner Hover copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
Officiell webbadress https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
Beskrivning 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
Filstorlek 18.87 KB
Antal Installationer 169
Aktuell Version 1.0.1
Senast Uppdaterad 2018-12-31
Publiceringsdatum 2018-12-28
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare gimenete
Betalningssätt free
Stödda Språk 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"
    }
}