Wiki-Definition

Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…

Qu'est-ce que Wiki-Definition ?

Wiki-Definition est une extension Chrome développée par webpromod, et sa fonction principale est "Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wiki-Definition

Téléchargez les fichiers d'extension Wiki-Definition 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

                        Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon popup.

How to use
1) Clicking on the Wikipedia globe icon will toggle between activating and deactivating the extension. (If red marker on the globe, the extension is deactivated; click on it to activate.) 
2) You can select word or phrase to get definition.
3) Then, hover over selected text to get the definition.
4) If the definition is not updated keep hover over the selected text.
5) Clicking on (...more) yellow text on balloon popup will lead to relevant Wikipedia page.

Happy browsing!!😎😎                    

Informations de Base sur l'Extension

Nom Wiki-Definition Wiki-Definition
ID aajpceienambodklllohnboagldmagdc
URL Officiel https://chromewebstore.google.com/detail/wiki-definition/aajpceienambodklllohnboagldmagdc
Description Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…
Taille du Fichier 71.54 KB
Nombre d'Installations 27
Version Actuelle 0.1
Dernière Mise à Jour 2019-09-01
Date de Publication 2019-08-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur webpromod
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki-Definition",
    "version": "0.1",
    "permissions": [
        "https:\/\/en.wikipedia.org\/w\/api.php\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ],
            "css": [
                "popup.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "wiki2.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}