WordBuddy

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

什麼是WordBuddy?

WordBuddy是由TwentyPeople開發的Chrome擴展程式,該擴展的主要功能是“Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.”。

擴展截圖

screenshot

下載WordBuddy擴展crx文件

下載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
官方網址 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
}