WordBuddy

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

¿Qué es WordBuddy?

WordBuddy es una extensión de Chrome desarrollada por TwentyPeople, y su función principal es "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WordBuddy

Descarga archivos de extensión WordBuddy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
URL Oficial https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Descripción Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Tamaño del Archivo 34.38 KB
Cantidad de Instalaciones 172
Versión Actual 1.0
Última Actualización 2014-12-04
Fecha de Publicación 2014-12-04
Calificación 3.20/5 Total de 5 Calificaciones
Desarrollador TwentyPeople
Tipo de Pago free
Idiomas Soportados 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
}