InstaWord

Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.

Co je InstaWord?

InstaWord je rozšíření Chrome vyvinuté acekyd, a jeho hlavní funkcí je „Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření InstaWord

Stáhněte si soubory rozšíření InstaWord ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        InstaWord makes learning new words much easier, you no longer have to leave the page you are reading to a dictionary or thesaurus to understand the word. All you have to do is highlight or select the word, then click on the InstaWord icon on your toolbar and InstaWord gives you the meaning, synonyms and usage example. And with that, you have learnt a new word.                    

Základní Informace o Rozšíření

Název InstaWord InstaWord
ID klhepdeijcfpnaolbbfjgegnoipnicln
Oficiální URL https://chrome.google.com/webstore/detail/instaword/klhepdeijcfpnaolbbfjgegnoipnicln
Popis Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.
Velikost souboru 87.85 KB
Počet instalací 238
Aktuální Verze 2.0
Poslední Aktualizace 2016-02-07
Datum Vydání 2016-02-07
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář acekyd
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstaWord",
    "version": "2.0",
    "description": "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/about.me\/acekyd\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/www.dictionaryapi.com\/*",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "AceKYD's InstaWord",
        "default_popup": "popup.html"
    }
}