Wikihover

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

Qu'est-ce que Wikihover ?

Wikihover est une extension Chrome développée par https://ellenbrook.github.io, et sa fonction principale est "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wikihover

Téléchargez les fichiers d'extension Wikihover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
URL Officiel https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
Description A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Taille du Fichier 118 KB
Nombre d'Installations 61
Version Actuelle 0.0.3
Dernière Mise à Jour 2015-08-21
Date de Publication 2015-08-21
Évaluation 4.11/5 Total 9 Évaluations
Développeur https://ellenbrook.github.io
Type de Paiement free
Site Web de l'Extension http://ellenbrook.github.io/
URL de la Page d'Aide http://ellenbrook.github.io/wikihover-google-chrome-extension/
Langues Prises en Charge 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"
            ]
        }
    ]
}