Hover and Copy

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

Qu'est-ce que Hover and Copy ?

Hover and Copy est une extension Chrome développée par Mustafa KÜÇÜK, et sa fonction principale est "Hover over any link or image and copy it with your keyboard shortcut.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hover and Copy

Téléchargez les fichiers d'extension Hover and Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Hover and Copy Hover and Copy
ID moanghbdjdafhoppikcalbkggpnbhhid
URL Officiel https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid
Description Hover over any link or image and copy it with your keyboard shortcut.
Taille du Fichier 43.39 KB
Nombre d'Installations 529
Version Actuelle 1.0
Dernière Mise à Jour 2020-02-05
Date de Publication 2020-02-01
Évaluation 3.11/5 Total 9 Évaluations
Développeur Mustafa KÜÇÜK
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://mustafakucuk.net
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}