Kana

This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.

Kanaคืออะไร?

Kana เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Double Trouble Studios และคุณลักษณะหลักของมันคือ "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kana

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}