Romaji To Japanese

Type kana alphabets without japanese keyboard.

Cos'è Romaji To Japanese?

Romaji To Japanese è un'estensione di Chrome sviluppata da serefsaid, e la sua funzione principale è "Type kana alphabets without japanese keyboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Romaji To Japanese

Scarica i file di estensione Romaji To Japanese in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a tool who uses english keyboard but wants to type with kana alphabets. You dont need another keyboard anymore. Just press Alt Graph to change between alphabets.                    

Informazioni di Base sull'Estensione

Nome Romaji To Japanese Romaji To Japanese
ID afeehenccmbgobpekceapfkoeohlpcck
URL Ufficiale https://chromewebstore.google.com/detail/romaji-to-japanese/afeehenccmbgobpekceapfkoeohlpcck
Descrizione Type kana alphabets without japanese keyboard.
Dimensione del File 10.48 KB
Conteggio Installazioni 77
Versione Corrente 1.0
Ultimo Aggiornamento 2023-02-16
Data di Pubblicazione 2023-02-15
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore serefsaid
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/serefsaid/romajiToJapanese
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Romaji To Japanese",
    "description": "Type kana alphabets without japanese keyboard.",
    "version": "1.0",
    "icons": {
        "48": "images\/romajiToJapanese.png"
    },
    "content_scripts": [
        {
            "js": [
                "katakana.js",
                "hiragana.js",
                "romajiToJapanese.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}