Definer Of Words

Defines Words You Highlight With Mouse Cursor

Qu'est-ce que Definer Of Words ?

Definer Of Words est une extension Chrome développée par kevin.teal1, et sa fonction principale est "Defines Words You Highlight With Mouse Cursor".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Definer Of Words

Téléchargez les fichiers d'extension Definer Of Words 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

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

Informations de Base sur l'Extension

Nom Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
URL Officiel https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
Description Defines Words You Highlight With Mouse Cursor
Taille du Fichier 45.1 KB
Nombre d'Installations 169
Version Actuelle 1.0
Dernière Mise à Jour 2015-07-21
Date de Publication 2015-07-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur kevin.teal1
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}