WordBuddy

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

Co je WordBuddy?

WordBuddy je rozšíření Chrome vyvinuté TwentyPeople, a jeho hlavní funkcí je „Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WordBuddy

Stáhněte si soubory rozšíření WordBuddy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
Oficiální URL https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Popis Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Velikost souboru 34.38 KB
Počet instalací 172
Aktuální Verze 1.0
Poslední Aktualizace 2014-12-04
Datum Vydání 2014-12-04
Hodnocení 3.20/5 Celkem 5 Hodnocení
Vývojář TwentyPeople
Typ Platby free
Podporované Jazyky 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
}