WordBuddy

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

Vad är WordBuddy?

WordBuddy är en Chrome-tillägg utvecklad av TwentyPeople, och dess huvudfunktion är "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Tilläggsskärmbilder

screenshot

Ladda ner WordBuddy-förlängningens CRX-fil

Ladda ner WordBuddy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
Officiell webbadress https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Beskrivning Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Filstorlek 34.38 KB
Antal Installationer 172
Aktuell Version 1.0
Senast Uppdaterad 2014-12-04
Publiceringsdatum 2014-12-04
Betyg 3.20/5 Totalt 5 Betyg
Utvecklare TwentyPeople
Betalningssätt free
Stödda Språk 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
}