WordComplex (English Dictionary)

Add extra meaning to your web browsing. Look up for definitions while you are on web.

Hvad er WordComplex (English Dictionary)?

WordComplex (English Dictionary) er en Chrome-udvidelse udviklet af Rajdeep Chauhan, og dens hovedfunktion er "Add extra meaning to your web browsing. Look up for definitions while you are on web.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download WordComplex (English Dictionary)-udvidelses-CRX-fil

Download WordComplex (English Dictionary)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon.
You can go forward and backward in your currently searched words.
Save the words to look up in future.                    

Grundlæggende oplysninger om udvidelsen

Navn WordComplex (English Dictionary) WordComplex (English Dictionary)
ID abiafidebmalgeploojmmpaplaglhhaf
Officiel URL https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf
Beskrivelse Add extra meaning to your web browsing. Look up for definitions while you are on web.
Filstørrelse 73.07 KB
Antal Installationer 234
Nuværende Version 2.1
Senest Opdateret 2019-05-19
Udgivelsesdato 2019-05-19
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler Rajdeep Chauhan
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordComplex (English Dictionary)",
    "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.",
    "version": "2.1",
    "short_name": "WC",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "WordComplex"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "tip.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "speaker.jpg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tts",
        "storage"
    ]
}