Kana
This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
什麼是Kana?
Kana是由Double Trouble Studios開發的Chrome擴展程式,該擴展的主要功能是“This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.”。
擴展截圖
下載Kana擴展crx文件
下載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 |
官方網址 | 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" } } |