WordBuddy

Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.

O que é WordBuddy?

WordBuddy é uma extensão do Chrome desenvolvida por TwentyPeople, e sua principal característica é "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WordBuddy

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

                        With WordBuddy, you can add interesting new words to your vocabulary. When trying to become a better writer, or even speaker, you may feel like you are using the same old words, over and over again. This little app helps you collect new words, review them from time to time and export them as a TXT file for other programs (like vocabulary card trainers, or similar).                    

Informações Básicas da Extensão

Nome WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
URL Oficial https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Descrição Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Tamanho do Arquivo 34.38 KB
Contagem de Instalações 172
Versão Atual 1.0
Última Atualização 2014-12-04
Data de Publicação 2014-12-04
Classificação 3.20/5 Total de 5 Avaliações
Desenvolvedor TwentyPeople
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordBuddy",
    "version": "1.0",
    "description": "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.",
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "http:\/\/mittermayr.com\/",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Add words to WordBuddy",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}