WordGame by Duckling Labs

Practice vocabulary like a champ.

Hvad er WordGame by Duckling Labs?

WordGame by Duckling Labs er en Chrome-udvidelse udviklet af Duckling Labs PLC, og dens hovedfunktion er "Practice vocabulary like a champ.".

Udvidelsesskærmbilleder

screenshot

Download WordGame by Duckling Labs-udvidelses-CRX-fil

Download WordGame by Duckling Labs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn WordGame by Duckling Labs WordGame by Duckling Labs
ID kbjhggmokdclbgocdpjpibikmfmeoilb
Officiel URL https://chromewebstore.google.com/detail/wordgame-by-duckling-labs/kbjhggmokdclbgocdpjpibikmfmeoilb
Beskrivelse Practice vocabulary like a champ.
Filstørrelse 873 KB
Antal Installationer 22
Nuværende Version 3.0
Senest Opdateret 2021-08-28
Udgivelsesdato 2020-02-09
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Duckling Labs PLC
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://wordgame.ducklinglabs.com
Hjælpeside-URL http://wordgame.ducklinglabs.com/terms
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/1v38ot7Qtw-MwcVgj26WUd50VwGkqPFlCxhxuaQ5OOsk/edit
Understøttede Sprog 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"
    }
}