Hover and Copy

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

Was ist Hover and Copy?

Hover and Copy ist eine Chrome-Erweiterung, die von Mustafa KÜÇÜK entwickelt wurde, und ihr Hauptmerkmal ist "Hover over any link or image and copy it with your keyboard shortcut.".

Erweiterungsscreenshots

screenshot
screenshot

Hover and Copy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hover and 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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Hover and Copy Hover and Copy
ID moanghbdjdafhoppikcalbkggpnbhhid
Offizielle URL https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid
Beschreibung Hover over any link or image and copy it with your keyboard shortcut.
Dateigröße 43.39 KB
Installationsanzahl 529
Aktuelle Version 1.0
Letztes Update 2020-02-05
Veröffentlichungsdatum 2020-02-01
Bewertung 3.11/5 Insgesamt 9 Bewertungen
Entwickler Mustafa KÜÇÜK
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://mustafakucuk.net
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}