Katakana 2 Romaji

Converts Japanese katakana into rōmaji.

What is Katakana 2 Romaji?

Katakana 2 Romaji is a Chrome extension developed by Martin Sidaway, and its main feature is "Converts Japanese katakana into rōmaji.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Katakana 2 Romaji Extension CRX File

Download Katakana 2 Romaji extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Katakana 2 Romaji Katakana 2 Romaji
ID jnlgndkmigcclfpepobjmbncohacbgof
Official URL https://chromewebstore.google.com/detail/katakana-2-romaji/jnlgndkmigcclfpepobjmbncohacbgof
Description Converts Japanese katakana into rōmaji.
File Size 12.77 KB
Installation Count 229
Current Version 1.2.0
Last Updated 2015-12-18
Publish Date 2015-12-18
Rating 3.33/5 Total 6 Ratings
Developer Martin Sidaway
Payment Type free
Supported Languages 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"
    ]
}