Katakana 2 Romaji

Converts Japanese katakana into rōmaji.

Qu'est-ce que Katakana 2 Romaji ?

Katakana 2 Romaji est une extension Chrome développée par Martin Sidaway, et sa fonction principale est "Converts Japanese katakana into rōmaji.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Katakana 2 Romaji

Téléchargez les fichiers d'extension Katakana 2 Romaji au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Katakana 2 Romaji Katakana 2 Romaji
ID jnlgndkmigcclfpepobjmbncohacbgof
URL Officiel https://chromewebstore.google.com/detail/katakana-2-romaji/jnlgndkmigcclfpepobjmbncohacbgof
Description Converts Japanese katakana into rōmaji.
Taille du Fichier 12.77 KB
Nombre d'Installations 229
Version Actuelle 1.2.0
Dernière Mise à Jour 2015-12-18
Date de Publication 2015-12-18
Évaluation 3.33/5 Total 6 Évaluations
Développeur Martin Sidaway
Type de Paiement free
Langues Prises en Charge 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"
    ]
}