WordBuddy

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

Cos'è WordBuddy?

WordBuddy è un'estensione di Chrome sviluppata da TwentyPeople, e la sua funzione principale è "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordBuddy

Scarica i file di estensione WordBuddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
URL Ufficiale https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Descrizione Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Dimensione del File 34.38 KB
Conteggio Installazioni 172
Versione Corrente 1.0
Ultimo Aggiornamento 2014-12-04
Data di Pubblicazione 2014-12-04
Valutazione 3.20/5 Totale 5 Valutazioni
Sviluppatore TwentyPeople
Tipo di Pagamento free
Lingue Supportate 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
}