WordGame by Duckling Labs

Practice vocabulary like a champ.

什麼是WordGame by Duckling Labs?

WordGame by Duckling Labs是由Duckling Labs PLC開發的Chrome擴展程式,該擴展的主要功能是“Practice vocabulary like a champ.”。

擴展截圖

screenshot

下載WordGame by Duckling Labs擴展crx文件

下載WordGame by Duckling Labs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A random fresh word and its definition in your browser whenever you open a new tab. Learn new words every day as you browse! Build your vocabulary each time you open a new tab in Chrome. It's fun!                    

擴展基本資訊

名稱 WordGame by Duckling Labs WordGame by Duckling Labs
ID kbjhggmokdclbgocdpjpibikmfmeoilb
官方網址 https://chromewebstore.google.com/detail/wordgame-by-duckling-labs/kbjhggmokdclbgocdpjpibikmfmeoilb
簡介 Practice vocabulary like a champ.
檔案大小 873 KB
安裝次數 22
目前版本 3.0
更新時間 2021-08-28
上架時間 2020-02-09
評分 5.00/5 共 4 次評分
開發者 Duckling Labs PLC
電子郵箱 [email protected]
付費類型 free
擴展官網 http://wordgame.ducklinglabs.com
說明頁面URL http://wordgame.ducklinglabs.com/terms
隱私政策頁面URL https://docs.google.com/document/d/1v38ot7Qtw-MwcVgj26WUd50VwGkqPFlCxhxuaQ5OOsk/edit
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordGame by Duckling Labs",
    "short_name": "wordgame",
    "description": "Practice vocabulary like a champ.",
    "version": "3.0",
    "icons": {
        "16": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "vocab.html"
    }
}