Definer Of Words

Defines Words You Highlight With Mouse Cursor

Wat is Definer Of Words?

Definer Of Words is een Chrome-extensie ontwikkeld door kevin.teal1, en de belangrijkste functie is "Defines Words You Highlight With Mouse Cursor".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Definer Of Words

Download Definer Of Words-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
Officiële URL https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
Beschrijving Defines Words You Highlight With Mouse Cursor
Bestandsgrootte 45.1 KB
Aantal Installaties 169
Huidige Versie 1.0
Laatst Bijgewerkt 2015-07-21
Publicatiedatum 2015-07-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kevin.teal1
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}