Definer Of Words

Defines Words You Highlight With Mouse Cursor

Vad är Definer Of Words?

Definer Of Words är en Chrome-tillägg utvecklad av kevin.teal1, och dess huvudfunktion är "Defines Words You Highlight With Mouse Cursor".

Tilläggsskärmbilder

screenshot

Ladda ner Definer Of Words-förlängningens CRX-fil

Ladda ner Definer Of Words-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
Officiell webbadress https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
Beskrivning Defines Words You Highlight With Mouse Cursor
Filstorlek 45.1 KB
Antal Installationer 169
Aktuell Version 1.0
Senast Uppdaterad 2015-07-21
Publiceringsdatum 2015-07-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare kevin.teal1
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}