Wikihover

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

Wat is Wikihover?

Wikihover is een Chrome-extensie ontwikkeld door https://ellenbrook.github.io, en de belangrijkste functie is "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wikihover

Download Wikihover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
Officiële URL https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
Beschrijving A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Bestandsgrootte 118 KB
Aantal Installaties 61
Huidige Versie 0.0.3
Laatst Bijgewerkt 2015-08-21
Publicatiedatum 2015-08-21
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar https://ellenbrook.github.io
Betalingswijze free
Extensiewebsite http://ellenbrook.github.io/
Help Pagina-URL http://ellenbrook.github.io/wikihover-google-chrome-extension/
Ondersteunde Talen 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"
            ]
        }
    ]
}