Vocabulary Everyday

Learn Vocabulary Everywhere, Anytime

O que é Vocabulary Everyday?

Vocabulary Everyday é uma extensão do Chrome desenvolvida por Innoria Solution, e sua principal característica é "Learn Vocabulary Everywhere, Anytime".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Vocabulary Everyday

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

                                            

Informações Básicas da Extensão

Nome Vocabulary Everyday Vocabulary Everyday
ID ebinibnpfccjjjjfejkgenoloamanelh
URL Oficial https://chromewebstore.google.com/detail/vocabulary-everyday/ebinibnpfccjjjjfejkgenoloamanelh
Descrição Learn Vocabulary Everywhere, Anytime
Tamanho do Arquivo 38.46 KB
Contagem de Instalações 40
Versão Atual 2
Última Atualização 2015-03-17
Data de Publicação 2015-03-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Innoria Solution
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": "Vocabulary Everyday",
    "description": "Learn Vocabulary Everywhere, Anytime",
    "version": "2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "vocab.css"
            ]
        }
    ]
}