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.

Vad är InstaWord?

InstaWord är en Chrome-tillägg utvecklad av acekyd, och dess huvudfunktion är "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.".

Tilläggsskärmbilder

screenshot

Ladda ner InstaWord-förlängningens CRX-fil

Ladda ner InstaWord-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

                        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.                    

Grundläggande Information om Tillägg

Namn InstaWord InstaWord
ID klhepdeijcfpnaolbbfjgegnoipnicln
Officiell webbadress https://chrome.google.com/webstore/detail/instaword/klhepdeijcfpnaolbbfjgegnoipnicln
Beskrivning Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.
Filstorlek 87.85 KB
Antal Installationer 238
Aktuell Version 2.0
Senast Uppdaterad 2016-02-07
Publiceringsdatum 2016-02-07
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare acekyd
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}