Romaji To Japanese

Type kana alphabets without japanese keyboard.

Apa itu Romaji To Japanese?

Romaji To Japanese adalah ekstensi Chrome yang dikembangkan oleh serefsaid, dan fitur utamanya adalah "Type kana alphabets without japanese keyboard.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Romaji To Japanese

Unduh file ekstensi Romaji To Japanese dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Romaji To Japanese Romaji To Japanese
ID afeehenccmbgobpekceapfkoeohlpcck
URL Resmi https://chromewebstore.google.com/detail/romaji-to-japanese/afeehenccmbgobpekceapfkoeohlpcck
Deskripsi Type kana alphabets without japanese keyboard.
Ukuran File 10.48 KB
Jumlah Instalasi 77
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-02-16
Tanggal Publikasi 2023-02-15
Penilaian 1.00/5 Total 1 Penilaian
Pengembang serefsaid
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/serefsaid/romajiToJapanese
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}