Japanese Flashcards
This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
O que é Japanese Flashcards?
Japanese Flashcards é uma extensão do Chrome desenvolvida por Thomas, e sua principal característica é "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Japanese Flashcards
Baixe arquivos de extensão Japanese Flashcards 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
Japanese Flashcards is a simple Chrome extension made to help you learn your Japanese Kanjis and/or your vocabulary ! It will create a pop-up every X minutes ( X being a setting ) showing you a kanji or a vocabulary word. It will also replace the new-tab by a random kanji and/or vocabulary word.
Informações Básicas da Extensão
Nome | |
ID | oibcinmaboibomajafiipfhacoohddko |
URL Oficial | https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko |
Descrição | This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day. |
Tamanho do Arquivo | 82.01 KB |
Contagem de Instalações | 247 |
Versão Atual | 0.5 |
Última Atualização | 2019-07-01 |
Data de Publicação | 2019-07-01 |
Classificação | 3.14/5 Total de 7 Avaliações |
Desenvolvedor | Thomas |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Japanese Flashcards", "description": "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.", "version": "0.5", "background": { "scripts": [ "js\/core.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Japanese Flashcards Settings" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "bookmarks" ] } |