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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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