Kana
This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
Τι είναι το Kana;
Το Kana είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Double Trouble Studios, και η κύρια λειτουργία του είναι "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kana
Λήψη αρχείων επέκτασης Kana σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | eacjbhafnonbmhpeaaelmhbegilhncbk |
Επίσημο URL | https://chrome.google.com/webstore/detail/kana/eacjbhafnonbmhpeaaelmhbegilhncbk |
Περιγραφή | This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser. |
Μέγεθος Αρχείου | 45.89 KB |
Αριθμός Εγκαταστάσεων | 51 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-11-28 |
Ημερομηνία Δημοσίευσης | 2016-11-28 |
Αξιολόγηση | 2.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Double Trouble Studios |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |