Kana
This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
Wat is Kana?
Kana is een Chrome-extensie ontwikkeld door Double Trouble Studios, en de belangrijkste functie is "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Kana
Download Kana-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | eacjbhafnonbmhpeaaelmhbegilhncbk |
Officiële URL | https://chrome.google.com/webstore/detail/kana/eacjbhafnonbmhpeaaelmhbegilhncbk |
Beschrijving | This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser. |
Bestandsgrootte | 45.89 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-11-28 |
Publicatiedatum | 2016-11-28 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Double Trouble Studios |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |