Wikihover

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

Was ist Wikihover?

Wikihover ist eine Chrome-Erweiterung, die von https://ellenbrook.github.io entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".

Erweiterungsscreenshots

screenshot

Wikihover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wikihover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
Offizielle URL https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
Beschreibung A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Dateigröße 118 KB
Installationsanzahl 61
Aktuelle Version 0.0.3
Letztes Update 2015-08-21
Veröffentlichungsdatum 2015-08-21
Bewertung 4.11/5 Insgesamt 9 Bewertungen
Entwickler https://ellenbrook.github.io
Zahlungsart free
Erweiterungswebsite http://ellenbrook.github.io/
Hilfeseite URL http://ellenbrook.github.io/wikihover-google-chrome-extension/
Unterstützte Sprachen 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"
            ]
        }
    ]
}