Hoverable

Hoverable - automatically enlarge photo links.

¿Qué es Hoverable?

Hoverable es una extensión de Chrome desarrollada por Will Charczuk, y su función principal es "Hoverable - automatically enlarge photo links.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Hoverable

Descarga archivos de extensión Hoverable 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

                        Hoverable is a lightweight plugin to make browsing images easier. Hover over a link (instead of clicking on it) to view the image. 

Supports links to a number of sites, including:
- imgur.com
- gfycat.com
- instagram.com
- flickr.com
- wikipedia.org                    

Información Básica de la Extensión

Nombre Hoverable Hoverable
ID oiegbjhacgfjnojenkfcjfihebknpnef
URL Oficial https://chromewebstore.google.com/detail/hoverable/oiegbjhacgfjnojenkfcjfihebknpnef
Descripción Hoverable - automatically enlarge photo links.
Tamaño del Archivo 36.93 KB
Cantidad de Instalaciones 448
Versión Actual 0.9
Última Actualización 2014-10-16
Fecha de Publicación 2014-10-15
Calificación 3.70/5 Total de 10 Calificaciones
Desarrollador Will Charczuk
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hoverable",
    "short_name": "Hoverable",
    "version": "0.9",
    "manifest_version": 2,
    "description": "Hoverable - automatically enlarge photo links.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "hoverable.css"
            ],
            "js": [
                "zepto.min.js",
                "extension.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.flickr.com\/photos\/*",
        "http:\/\/img.photobucket.com\/*",
        "http:\/\/imgclean.com\/*",
        "http:\/\/backend.deviantart.com\/oembed?url=*",
        "https:\/\/mediacru.sh\/*",
        "http:\/\/noembed.com\/embed?url=*",
        "http:\/\/instagram.com\/*",
        "http:\/\/*.instagram.com\/*",
        "http:\/\/tumblr.com\/*",
        "http:\/\/*.tumblr.com\/*",
        "http:\/\/t.co\/*",
        "http:\/\/goo.gl\/*",
        "http:\/\/bit.ly\/*",
        "http:\/\/tiny.cc\/*",
        "http:\/\/*.wikipedia.org\/*",
        "http:\/\/*.gfycat.com\/*"
    ]
}