Katakana 2 Romaji

Converts Japanese katakana into rōmaji.

Katakana 2 Romaji란 무엇입니까?

Katakana 2 Romaji은(는) Martin Sidaway에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts Japanese katakana into rōmaji."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Katakana 2 Romaji 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension converts all Japanese katakana in the web pages you visit into rōmaji - i.e. the Latin alphabet.

Katakana is commonly used in Japanese to write English loan words. Enabling this extension will make these English words easy to decipher.

Hovering your mouse pointer over the generated rōmaji will display the original katakana.

The romanization is close to revised Hepburn, and can handle a wide range of extended katakana.

This extension requires full access to all the web pages you visit. This is only used to perform the conversion. No data is transmitted - the conversion happens entirely in your browser. You can disable this extension at any time in the Extensions tab. In private browsing mode (i.e. "incognito"), it will be disabled by default.                    

확장 프로그램 기본 정보

이름 Katakana 2 Romaji Katakana 2 Romaji
ID jnlgndkmigcclfpepobjmbncohacbgof
공식 URL https://chromewebstore.google.com/detail/katakana-2-romaji/jnlgndkmigcclfpepobjmbncohacbgof
설명 Converts Japanese katakana into rōmaji.
파일 크기 12.77 KB
설치 횟수 229
현재 버전 1.2.0
최근 업데이트 2015-12-18
출시 날짜 2015-12-18
평점 3.33/5 총 6 개의 평점
개발자 Martin Sidaway
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2.0",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/k2r-converter.js",
                "data\/filter.js",
                "data\/filter-katakana.js",
                "data\/modify-page.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "data\/Katakana.txt"
    ]
}