WordGame by Duckling Labs

Practice vocabulary like a champ.

Cos'è WordGame by Duckling Labs?

WordGame by Duckling Labs è un'estensione di Chrome sviluppata da Duckling Labs PLC, e la sua funzione principale è "Practice vocabulary like a champ.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordGame by Duckling Labs

Scarica i file di estensione WordGame by Duckling Labs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome WordGame by Duckling Labs WordGame by Duckling Labs
ID kbjhggmokdclbgocdpjpibikmfmeoilb
URL Ufficiale https://chromewebstore.google.com/detail/wordgame-by-duckling-labs/kbjhggmokdclbgocdpjpibikmfmeoilb
Descrizione Practice vocabulary like a champ.
Dimensione del File 873 KB
Conteggio Installazioni 22
Versione Corrente 3.0
Ultimo Aggiornamento 2021-08-28
Data di Pubblicazione 2020-02-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Duckling Labs PLC
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://wordgame.ducklinglabs.com
URL della Pagina di Aiuto http://wordgame.ducklinglabs.com/terms
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1v38ot7Qtw-MwcVgj26WUd50VwGkqPFlCxhxuaQ5OOsk/edit
Lingue Supportate 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"
    }
}