WordGame by Duckling Labs

Practice vocabulary like a champ.

What is WordGame by Duckling Labs?

WordGame by Duckling Labs is a Chrome extension developed by Duckling Labs PLC, and its main feature is "Practice vocabulary like a champ.".

Extension Screenshots

screenshot

Download WordGame by Duckling Labs Extension CRX File

Download WordGame by Duckling Labs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name WordGame by Duckling Labs WordGame by Duckling Labs
ID kbjhggmokdclbgocdpjpibikmfmeoilb
Official URL https://chromewebstore.google.com/detail/wordgame-by-duckling-labs/kbjhggmokdclbgocdpjpibikmfmeoilb
Description Practice vocabulary like a champ.
File Size 873 KB
Installation Count 22
Current Version 3.0
Last Updated 2021-08-28
Publish Date 2020-02-09
Rating 5.00/5 Total 4 Ratings
Developer Duckling Labs PLC
Email [email protected]
Payment Type free
Extension Website http://wordgame.ducklinglabs.com
Help Page URL http://wordgame.ducklinglabs.com/terms
Privacy Policy Page URL https://docs.google.com/document/d/1v38ot7Qtw-MwcVgj26WUd50VwGkqPFlCxhxuaQ5OOsk/edit
Supported Languages 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"
    }
}