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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Easy Kana

ดาวน์โหลดไฟล์ส่วนขยาย Easy Kana ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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