Definer Of Words

Defines Words You Highlight With Mouse Cursor

Cos'è Definer Of Words?

Definer Of Words è un'estensione di Chrome sviluppata da kevin.teal1, e la sua funzione principale è "Defines Words You Highlight With Mouse Cursor".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Definer Of Words

Scarica i file di estensione Definer Of Words in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
URL Ufficiale https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
Descrizione Defines Words You Highlight With Mouse Cursor
Dimensione del File 45.1 KB
Conteggio Installazioni 169
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-21
Data di Pubblicazione 2015-07-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kevin.teal1
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}