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.

Cos'è InstaWord?

InstaWord è un'estensione di Chrome sviluppata da acekyd, e la sua funzione principale è "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione InstaWord

Scarica i file di estensione InstaWord in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome InstaWord InstaWord
ID klhepdeijcfpnaolbbfjgegnoipnicln
URL Ufficiale https://chrome.google.com/webstore/detail/instaword/klhepdeijcfpnaolbbfjgegnoipnicln
Descrizione Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.
Dimensione del File 87.85 KB
Conteggio Installazioni 238
Versione Corrente 2.0
Ultimo Aggiornamento 2016-02-07
Data di Pubblicazione 2016-02-07
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore acekyd
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}