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

Qu'est-ce que Hover copy ?

Hover copy est une extension Chrome développée par gimenete, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hover copy

Téléchargez les fichiers d'extension Hover 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

                        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                    

Informations de Base sur l'Extension

Nom Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
URL Officiel https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
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
Taille du Fichier 18.87 KB
Nombre d'Installations 169
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-12-31
Date de Publication 2018-12-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur gimenete
Type de Paiement free
Langues Prises en Charge 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"
    }
}