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

Was ist Hover copy?

Hover copy ist eine Chrome-Erweiterung, die von gimenete entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot

Hover copy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hover copy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
Offizielle URL https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
Beschreibung 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
Dateigröße 18.87 KB
Installationsanzahl 169
Aktuelle Version 1.0.1
Letztes Update 2018-12-31
Veröffentlichungsdatum 2018-12-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler gimenete
Zahlungsart free
Unterstützte Sprachen 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"
    }
}