WordBuddy

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

WordBuddy là gì?

WordBuddy là một tiện ích mở rộng Chrome được phát triển bởi TwentyPeople, và tính năng chính của nó là "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordBuddy

Tải xuống các tệp mở rộng WordBuddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
URL Chính Thức https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Mô tả Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Kích Thước Tệp 34.38 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-12-04
Ngày Phát Hành 2014-12-04
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển TwentyPeople
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}