Katakana 2 Romaji

Converts Japanese katakana into rōmaji.

Wat is Katakana 2 Romaji?

Katakana 2 Romaji is een Chrome-extensie ontwikkeld door Martin Sidaway, en de belangrijkste functie is "Converts Japanese katakana into rōmaji.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Katakana 2 Romaji

Download Katakana 2 Romaji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Katakana 2 Romaji Katakana 2 Romaji
ID jnlgndkmigcclfpepobjmbncohacbgof
Officiële URL https://chromewebstore.google.com/detail/katakana-2-romaji/jnlgndkmigcclfpepobjmbncohacbgof
Beschrijving Converts Japanese katakana into rōmaji.
Bestandsgrootte 12.77 KB
Aantal Installaties 229
Huidige Versie 1.2.0
Laatst Bijgewerkt 2015-12-18
Publicatiedatum 2015-12-18
Beoordeling 3.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Martin Sidaway
Betalingswijze free
Ondersteunde Talen 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"
    ]
}