Easy Kana

Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native.

Easy Kana क्या है?

Easy Kana https://point-cloud.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native."।

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

screenshot

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

crx प्रारूप में Easy Kana एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension replaces web-page characters to Katakana symbols. It's never been so easy to learn Katakana!
Features:
- Customizable character sets
- Hints over replaced characters
- Replace frequency and minimal distance tuning
- Per-domain and per-page filtering rules
- Autorun trigger
- Manual replace mode
- Restore button - replace cancellation
- Online mode - work with continuously updating page (e.g. Twitter)
- Skipping input fields and other editable elements
- Two source character sets support (Latin, Cyrillic)
- Activity icon animation
- Performance friendly                    

एक्सटेंशन की मूल जानकारी

नाम Easy Kana Easy Kana
ID nhcjgpmcngkhhfhbnopcjkhnkclhjfme
आधिकारिक URL https://chromewebstore.google.com/detail/easy-kana/nhcjgpmcngkhhfhbnopcjkhnkclhjfme
विवरण Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native.
फ़ाइल का आकार 85.32 KB
स्थापना संख्या 100
वर्तमान संस्करण 0.1.20
अंतिम अपडेट 2016-03-28
प्रकाशन तिथि 2016-03-28
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर https://point-cloud.ru
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "version": "0.1.20",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_app_title__"
    },
    "background": {
        "scripts": [
            "kana_lib.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "kana.css"
            ],
            "js": [
                "jquery.min.js",
                "kana_lib.js",
                "kana.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/logo48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ]
}