WordList

A vocabulary list app

O que é WordList?

WordList é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A vocabulary list app".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WordList

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

                        Create study notes, learn a new language or even keep simple notes on your browser. 

Use WordLists to Learn new words by making lists and organize your learning.

Anytime you come across a new word, add it to your list and keep them forever! Your lists will be on your browser for easy access while doing research or reading for pleasure.  
 

You can edit and rename your lists, download them and search their meanings on Google Dictionary.

Organize simply – keep every term in a neat term-definition pair. No need to waste time with creating a new table. 

Download your lists as CSV files – Just download your lists and save them to your computer.

Fast Google search new words – You can search definitions using the search bar and save time!                    

Informações Básicas da Extensão

Nome WordList WordList
ID hkcieafmfbfnbocffnabjpghbgnnanoi
URL Oficial https://chromewebstore.google.com/detail/wordlist/hkcieafmfbfnbocffnabjpghbgnnanoi
Descrição A vocabulary list app
Tamanho do Arquivo 39.65 KB
Contagem de Instalações 127
Versão Atual 1.0
Última Atualização 2019-07-11
Data de Publicação 2019-07-11
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/melisgokalp/WordList
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordList",
    "description": "A vocabulary list app",
    "version": "1.0",
    "browser_action": {
        "default_popup": "WordList.html",
        "default_icon": "extension_logo.png"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens WordList.html"
        }
    }
}