Kana
This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
Co je Kana?
Kana je rozšíření Chrome vyvinuté Double Trouble Studios, a jeho hlavní funkcí je „This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Kana
Stáhněte si soubory rozšíření Kana ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
If you would like to learn, or maintain, the Japanese script, this extension could help you with just that. Designed as a little word game, every time a new tab is opened, you are presented with a random symbol from either the Hiragana or Katakana syllabaries and are to guess the corresponding sound. A correct answer will yield a green light. When a wrong answer is given, the right answer is shown. Using the tab key, or by pressing Ctrl+L, the user can then resume browsing. This wasn't meant to be published, but I was encouraged to do so anyway. It isn't polished, but I welcome any and all feedback. Enjoy!
Základní Informace o Rozšíření
Název | |
ID | eacjbhafnonbmhpeaaelmhbegilhncbk |
Oficiální URL | https://chrome.google.com/webstore/detail/kana/eacjbhafnonbmhpeaaelmhbegilhncbk |
Popis | This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser. |
Velikost souboru | 45.89 KB |
Počet instalací | 51 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-11-28 |
Datum Vydání | 2016-11-28 |
Hodnocení | 2.50/5 Celkem 2 Hodnocení |
Vývojář | Double Trouble Studios |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kana", "description": "This extension teaches you the Japanese script (Hiragana\/Katakana) through a little game inside your browser.", "version": "1.0", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ], "optional_permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |