WordGame by Duckling Labs
Practice vocabulary like a champ.
Vad är WordGame by Duckling Labs?
WordGame by Duckling Labs är en Chrome-tillägg utvecklad av Duckling Labs PLC, och dess huvudfunktion är "Practice vocabulary like a champ.".
Tilläggsskärmbilder
Ladda ner WordGame by Duckling Labs-förlängningens CRX-fil
Ladda ner WordGame by Duckling Labs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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äggande Information om Tillägg
| Namn |   |  
| ID | kbjhggmokdclbgocdpjpibikmfmeoilb | 
| Officiell webbadress | https://chromewebstore.google.com/detail/wordgame-by-duckling-labs/kbjhggmokdclbgocdpjpibikmfmeoilb | 
| Beskrivning | Practice vocabulary like a champ. | 
| Filstorlek | 873 KB | 
| Antal Installationer | 22 | 
| Aktuell Version | 3.0 | 
| Senast Uppdaterad | 2021-08-28 | 
| Publiceringsdatum | 2020-02-09 | 
| Betyg | 5.00/5 Totalt 4 Betyg | 
| Utvecklare | Duckling Labs PLC | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | http://wordgame.ducklinglabs.com | 
| Hjälpsida URL | http://wordgame.ducklinglabs.com/terms | 
| URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/1v38ot7Qtw-MwcVgj26WUd50VwGkqPFlCxhxuaQ5OOsk/edit | 
| Stödda Språk | 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"
    }
}  |  |