Katakana 2 Romaji

Converts Japanese katakana into rōmaji.

Co to jest Katakana 2 Romaji?

Katakana 2 Romaji to rozszerzenie Chrome opracowane przez Martin Sidaway, a jego główną funkcją jest „Converts Japanese katakana into rōmaji.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Katakana 2 Romaji

Pobierz pliki rozszerzeń Katakana 2 Romaji w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Katakana 2 Romaji Katakana 2 Romaji
ID jnlgndkmigcclfpepobjmbncohacbgof
Oficjalny URL https://chromewebstore.google.com/detail/katakana-2-romaji/jnlgndkmigcclfpepobjmbncohacbgof
Opis Converts Japanese katakana into rōmaji.
Rozmiar pliku 12.77 KB
Liczba instalacji 229
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2015-12-18
Data Publikacji 2015-12-18
Ocena 3.33/5 Łącznie 6 Oceny
Deweloper Martin Sidaway
Typ Płatności free
Obsługiwane Języki 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"
    ]
}