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
}