Kana
This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
Qu'est-ce que Kana ?
Kana est une extension Chrome développée par Double Trouble Studios, et sa fonction principale est "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kana
Téléchargez les fichiers d'extension Kana au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | eacjbhafnonbmhpeaaelmhbegilhncbk |
URL Officiel | https://chrome.google.com/webstore/detail/kana/eacjbhafnonbmhpeaaelmhbegilhncbk |
Description | This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser. |
Taille du Fichier | 45.89 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-11-28 |
Date de Publication | 2016-11-28 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | Double Trouble Studios |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |