Kana

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

Kana क्या है?

Kana Double Trouble Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kana एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}