Word Collector in Chrome Extension

I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…

O que é Word Collector in Chrome Extension?

Word Collector in Chrome Extension é uma extensão do Chrome desenvolvida por hi.ogawa.zz, e sua principal característica é "I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Word Collector in Chrome Extension

Baixe arquivos de extensão Word Collector in Chrome Extension 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

                        I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I took screenshots everytime I met new words on the web, then on weekends I reviewed the words on those pictures and register them to Vocabulary.com. I found that procedure was very tadius, so I started making this application, which enables the tadius process automatically done.                    

Informações Básicas da Extensão

Nome Word Collector in Chrome Extension Word Collector in Chrome Extension
ID jfeinpeakgoblpcelmhdhajmdoeoifap
URL Oficial https://chrome.google.com/webstore/detail/word-collector-in-chrome/jfeinpeakgoblpcelmhdhajmdoeoifap
Descrição I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…
Tamanho do Arquivo 305 KB
Contagem de Instalações 59
Versão Atual 2.0.1
Última Atualização 2015-11-29
Data de Publicação 2015-11-29
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor hi.ogawa.zz
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Collector in Chrome Extension",
    "description": "",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "lib\/underscore.js",
            "lib\/myconfig.js",
            "contentScript\/backbone\/mylib.js",
            "eventPage\/eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "contentScript\/contentScript.html",
        "fonts\/glyphicons-halflings-regular.woff2",
        "fonts\/glyphicons-halflings-regular.woff",
        "fonts\/glyphicons-halflings-regular.ttf"
    ],
    "permissions": [
        "storage",
        "tabs",
        "",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "lib\/my_bootstrap_container.css",
                "contentScript\/contentScript.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/underscore.js",
                "lib\/backbone.js",
                "lib\/backbone.localStorage.js",
                "contentScript\/backbone\/mylib.js",
                "contentScript\/backbone\/storage.js",
                "contentScript\/backbone\/app.js",
                "contentScript\/contentScript.js"
            ]
        }
    ]
}