Katakana 2 Romaji

Converts Japanese katakana into rōmaji.

Co je Katakana 2 Romaji?

Katakana 2 Romaji je rozšíření Chrome vyvinuté Martin Sidaway, a jeho hlavní funkcí je „Converts Japanese katakana into rōmaji.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Katakana 2 Romaji

Stáhněte si soubory rozšíření Katakana 2 Romaji ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Katakana 2 Romaji Katakana 2 Romaji
ID jnlgndkmigcclfpepobjmbncohacbgof
Oficiální URL https://chromewebstore.google.com/detail/katakana-2-romaji/jnlgndkmigcclfpepobjmbncohacbgof
Popis Converts Japanese katakana into rōmaji.
Velikost souboru 12.77 KB
Počet instalací 229
Aktuální Verze 1.2.0
Poslední Aktualizace 2015-12-18
Datum Vydání 2015-12-18
Hodnocení 3.33/5 Celkem 6 Hodnocení
Vývojář Martin Sidaway
Typ Platby free
Podporované Jazyky 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"
    ]
}