Wikihover

A Chrome extension that allows you get the summary of an article with the hover of your mouse.

¿Qué es Wikihover?

Wikihover es una extensión de Chrome desarrollada por https://ellenbrook.github.io, y su función principal es "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Wikihover

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

                        Are you sick of getting lost in a sea of open tabs when browsing Wikipedia? This Chrome Extension makes that problem go away. Simply hover over almost any Wikipedia link located in the main body of the page and see a brief summary appear at the top of your browser window! Remove your mouse from the link and the added text disappears. It's just that simple.                    

Información Básica de la Extensión

Nombre Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
URL Oficial https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
Descripción A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Tamaño del Archivo 118 KB
Cantidad de Instalaciones 61
Versión Actual 0.0.3
Última Actualización 2015-08-21
Fecha de Publicación 2015-08-21
Calificación 4.11/5 Total de 9 Calificaciones
Desarrollador https://ellenbrook.github.io
Tipo de Pago free
Sitio Web de la Extensión http://ellenbrook.github.io/
URL de la Página de Ayuda http://ellenbrook.github.io/wikihover-google-chrome-extension/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikihover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A Chrome extension that allows you get the summary of an article with the hover of your mouse.",
    "homepage_url": "http:\/\/ellenbrook.github.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/wikipedia.org\/*",
        "https:\/\/wikipedia.org\/*",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wikipedia.org\/*",
                "https:\/\/wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}