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é es Hover copy?

Hover copy es una extensión de Chrome desarrollada por gimenete, y su función principal es "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".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Hover copy

Descarga archivos de extensión Hover copy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
URL Oficial https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
Descripción 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
Tamaño del Archivo 18.87 KB
Cantidad de Instalaciones 169
Versión Actual 1.0.1
Última Actualización 2018-12-31
Fecha de Publicación 2018-12-28
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador gimenete
Tipo de Pago free
Idiomas Soportados 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"
    }
}