Vocapp Beta

Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.

O que é Vocapp Beta?

Vocapp Beta é uma extensão do Chrome desenvolvida por http://getvocapp.com, e sua principal característica é "Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Vocapp Beta

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

                        Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.

We are currently in beta mode. Please give us a try and help us improve Vocapp!                    

Informações Básicas da Extensão

Nome Vocapp Beta Vocapp Beta
ID oebpkilfefgadcbdagiojiholghfemoj
URL Oficial https://chrome.google.com/webstore/detail/vocapp-beta/oebpkilfefgadcbdagiojiholghfemoj
Descrição Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.
Tamanho do Arquivo 412 KB
Contagem de Instalações 176
Versão Atual 1.5
Última Atualização 2014-08-17
Data de Publicação 2014-08-17
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor http://getvocapp.com
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocapp Beta",
    "description": "Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.",
    "version": "1.5",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "storage",
        "background"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/favicon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "fonts\/ProximaNova-Regular.otf",
        "fonts\/ProximaNova-Bold.otf",
        "css\/content-script-styles.css",
        "img\/arrow.png",
        "img\/brown-arrow.png",
        "img\/blue-arrow.png",
        "img\/dictionary-loading.gif",
        "img\/loading-within.gif",
        "img\/blue-dictionary-loading.gif",
        "img\/arrow-bottom.png",
        "img\/def-icon.png",
        "img\/V.png",
        "img\/audio.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content-script-styles.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-mousewheel-3.1.9\/jquery.mousewheel.js",
                "js\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "options_page": "options.html"
}