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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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