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. 擴展基本資訊
| 名稱 | |
| ID | afeehenccmbgobpekceapfkoeohlpcck |
| 官方網址 | 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:\/\/*\/*"
]
}
]
} | |