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
公式URL 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
Eメール [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"
    }
}