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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}