Kana
This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
Was ist Kana?
Kana ist eine Chrome-Erweiterung, die von Double Trouble Studios entwickelt wurde, und ihr Hauptmerkmal ist "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.".
Erweiterungsscreenshots
Kana-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kana-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | eacjbhafnonbmhpeaaelmhbegilhncbk |
Offizielle URL | https://chrome.google.com/webstore/detail/kana/eacjbhafnonbmhpeaaelmhbegilhncbk |
Beschreibung | This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser. |
Dateigröße | 45.89 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-11-28 |
Veröffentlichungsdatum | 2016-11-28 |
Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
Entwickler | Double Trouble Studios |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |