WordGame by Duckling Labs

Practice vocabulary like a champ.

O que é WordGame by Duckling Labs?

WordGame by Duckling Labs é uma extensão do Chrome desenvolvida por Duckling Labs PLC, e sua principal característica é "Practice vocabulary like a champ.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WordGame by Duckling Labs

Baixe arquivos de extensão WordGame by Duckling Labs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome WordGame by Duckling Labs WordGame by Duckling Labs
ID kbjhggmokdclbgocdpjpibikmfmeoilb
URL Oficial https://chromewebstore.google.com/detail/wordgame-by-duckling-labs/kbjhggmokdclbgocdpjpibikmfmeoilb
Descrição Practice vocabulary like a champ.
Tamanho do Arquivo 873 KB
Contagem de Instalações 22
Versão Atual 3.0
Última Atualização 2021-08-28
Data de Publicação 2020-02-09
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Duckling Labs PLC
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://wordgame.ducklinglabs.com
URL da Página de Ajuda http://wordgame.ducklinglabs.com/terms
URL da Página de Política de Privacidade https://docs.google.com/document/d/1v38ot7Qtw-MwcVgj26WUd50VwGkqPFlCxhxuaQ5OOsk/edit
Idiomas Suportados 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"
    }
}