Romaji To Japanese
Type kana alphabets without japanese keyboard.
What is Romaji To Japanese?
Romaji To Japanese is a Chrome extension developed by serefsaid, and its main feature is "Type kana alphabets without japanese keyboard.".
Extension Screenshots
Download Romaji To Japanese Extension CRX File
Download Romaji To Japanese extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Romaji To Japanese |
ID | afeehenccmbgobpekceapfkoeohlpcck |
Official URL | https://chromewebstore.google.com/detail/romaji-to-japanese/afeehenccmbgobpekceapfkoeohlpcck |
Description | Type kana alphabets without japanese keyboard. |
File Size | 10.48 KB |
Installation Count | 77 |
Current Version | 1.0 |
Last Updated | 2023-02-16 |
Publish Date | 2023-02-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | serefsaid |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/serefsaid/romajiToJapanese |
Supported Languages | 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:\/\/*\/*" ] } ] } |