Wikihover

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

Hvad er Wikihover?

Wikihover er en Chrome-udvidelse udviklet af https://ellenbrook.github.io, og dens hovedfunktion er "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".

Udvidelsesskærmbilleder

screenshot

Download Wikihover-udvidelses-CRX-fil

Download Wikihover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
Officiel URL https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
Beskrivelse A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Filstørrelse 118 KB
Antal Installationer 61
Nuværende Version 0.0.3
Senest Opdateret 2015-08-21
Udgivelsesdato 2015-08-21
Bedømmelse 4.11/5 Samlet 9 Bedømmelser
Udvikler https://ellenbrook.github.io
Betalingsmetode free
Udvidelseswebsted http://ellenbrook.github.io/
Hjælpeside-URL http://ellenbrook.github.io/wikihover-google-chrome-extension/
Understøttede Sprog 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"
            ]
        }
    ]
}