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.”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Kana Kana
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"
    }
}