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 |
| 公式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"
}
} | |