Word of the Tab
A chrome new tab extension that displays a random Spanish word and its translation
O que é Word of the Tab?
Word of the Tab é uma extensão do Chrome desenvolvida por Mikey Inc, e sua principal característica é "A chrome new tab extension that displays a random Spanish word and its translation".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Word of the Tab
Baixe arquivos de extensão Word of the Tab 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
This new tab extension is perfect for passively learning new Spanish vocabulary words! Every time you open a new tab, a new word will be displayed in English and in Spanish! More languages are in development as well, if you'd like to suggest a language to be added, send me an email.
Informações Básicas da Extensão
Nome | Word of the Tab |
ID | dfpekalnblaejelchmifjcphhlgpgmmo |
URL Oficial | https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo |
Descrição | A chrome new tab extension that displays a random Spanish word and its translation |
Tamanho do Arquivo | 2.8 MB |
Contagem de Instalações | 76 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-06-17 |
Data de Publicação | 2017-06-17 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Mikey Inc |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word of the Tab", "description": "A chrome new tab extension that displays a random Spanish word and its translation", "version": "1.0.0", "chrome_url_overrides": { "newtab": "spanTab.html" }, "options_ui": { "page": "optionsPage.html", "chrome_style": true }, "icons": { "128": "images\/ext-icon.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |