Kana
This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
Kana là gì?
Kana là một tiện ích mở rộng Chrome được phát triển bởi Double Trouble Studios, và tính năng chính của nó là "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kana
Tải xuống các tệp mở rộng Kana dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eacjbhafnonbmhpeaaelmhbegilhncbk |
URL Chính Thức | https://chrome.google.com/webstore/detail/kana/eacjbhafnonbmhpeaaelmhbegilhncbk |
Mô tả | This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser. |
Kích Thước Tệp | 45.89 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-11-28 |
Ngày Phát Hành | 2016-11-28 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Double Trouble Studios |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |