Katakana 2 Romaji

Converts Japanese katakana into rōmaji.

Что такое Katakana 2 Romaji?

Katakana 2 Romaji - это расширение Chrome, разработанное Martin Sidaway, и его основная функция - "Converts Japanese katakana into rōmaji.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Katakana 2 Romaji

Скачайте файлы расширений Katakana 2 Romaji в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}