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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native."입니다.

확장 프로그램 스크린샷

screenshot

Easy Kana 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}