Kana
This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
Cos'è Kana?
Kana è un'estensione di Chrome sviluppata da Double Trouble Studios, e la sua funzione principale è "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kana
Scarica i file di estensione Kana in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | eacjbhafnonbmhpeaaelmhbegilhncbk |
URL Ufficiale | https://chrome.google.com/webstore/detail/kana/eacjbhafnonbmhpeaaelmhbegilhncbk |
Descrizione | This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser. |
Dimensione del File | 45.89 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-28 |
Data di Pubblicazione | 2016-11-28 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | Double Trouble Studios |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |