WordBuddy

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

Что такое WordBuddy?

WordBuddy - это расширение Chrome, разработанное TwentyPeople, и его основная функция - "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WordBuddy

Скачайте файлы расширений WordBuddy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
Официальный URL https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Описание Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Размер файла 34.38 KB
Количество установок 172
Текущая Версия 1.0
Последнее Обновление 2014-12-04
Дата публикации 2014-12-04
Рейтинг 3.20/5 Всего 5 оценок
Разработчик TwentyPeople
Тип оплаты free
Поддерживаемые языки 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
}