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.

O que é InstaWord?

InstaWord é uma extensão do Chrome desenvolvida por acekyd, e sua principal característica é "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão InstaWord

Baixe arquivos de extensão InstaWord no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome InstaWord InstaWord
ID klhepdeijcfpnaolbbfjgegnoipnicln
URL Oficial https://chrome.google.com/webstore/detail/instaword/klhepdeijcfpnaolbbfjgegnoipnicln
Descrição Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.
Tamanho do Arquivo 87.85 KB
Contagem de Instalações 238
Versão Atual 2.0
Última Atualização 2016-02-07
Data de Publicação 2016-02-07
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor acekyd
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}