Romaji To Japanese
Type kana alphabets without japanese keyboard.
什么是Romaji To Japanese?
Romaji To Japanese是由serefsaid开发的Chrome扩展程序,该扩展的主要功能是“Type kana alphabets without japanese keyboard.”。
扩展截图
下载Romaji To Japanese扩展crx文件
下载Romaji To Japanese扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Romaji To Japanese |
ID | afeehenccmbgobpekceapfkoeohlpcck |
官方URL | https://chromewebstore.google.com/detail/romaji-to-japanese/afeehenccmbgobpekceapfkoeohlpcck |
简介 | Type kana alphabets without japanese keyboard. |
文件大小 | 10.48 KB |
安装次数 | 77 |
当前版本 | 1.0 |
更新时间 | 2023-02-16 |
上架时间 | 2023-02-15 |
评分 | 1.00/5 共1次评分 |
开发者 | serefsaid |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/serefsaid/romajiToJapanese |
支持的语言 | 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:\/\/*\/*" ] } ] } |