Wikihover

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

Cos'è Wikihover?

Wikihover è un'estensione di Chrome sviluppata da https://ellenbrook.github.io, e la sua funzione principale è "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wikihover

Scarica i file di estensione Wikihover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
URL Ufficiale https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
Descrizione A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Dimensione del File 118 KB
Conteggio Installazioni 61
Versione Corrente 0.0.3
Ultimo Aggiornamento 2015-08-21
Data di Pubblicazione 2015-08-21
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore https://ellenbrook.github.io
Tipo di Pagamento free
Sito Web dell'Estensione http://ellenbrook.github.io/
URL della Pagina di Aiuto http://ellenbrook.github.io/wikihover-google-chrome-extension/
Lingue Supportate 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"
            ]
        }
    ]
}