Vocabulary

Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box

O que é Vocabulary?

Vocabulary é uma extensão do Chrome desenvolvida por Joe, e sua principal característica é "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Vocabulary

Baixe arquivos de extensão Vocabulary 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

                        This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.                    

Informações Básicas da Extensão

Nome Vocabulary Vocabulary
ID lkkbfikfdjgeoncmlljmhpnecmpahlkc
URL Oficial https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc
Descrição Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Tamanho do Arquivo 8.85 KB
Contagem de Instalações 298
Versão Atual 0.1
Última Atualização 2018-12-31
Data de Publicação 2018-12-31
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Joe
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "vocabulary.js"
        ]
    },
    "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box",
    "icons": {
        "16": "vocab-medium.png"
    },
    "manifest_version": 2,
    "name": "Vocabulary",
    "page_action": {
        "default_icon": {
            "16": "vocab-medium.png"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.1"
}