Romaji To Japanese
Type kana alphabets without japanese keyboard.
Wat is Romaji To Japanese?
Romaji To Japanese is een Chrome-extensie ontwikkeld door serefsaid, en de belangrijkste functie is "Type kana alphabets without japanese keyboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Romaji To Japanese
Download Romaji To Japanese-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | afeehenccmbgobpekceapfkoeohlpcck |
| Officiële URL | https://chromewebstore.google.com/detail/romaji-to-japanese/afeehenccmbgobpekceapfkoeohlpcck |
| Beschrijving | Type kana alphabets without japanese keyboard. |
| Bestandsgrootte | 10.48 KB |
| Aantal Installaties | 77 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-02-16 |
| Publicatiedatum | 2023-02-15 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | serefsaid |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/serefsaid/romajiToJapanese |
| Ondersteunde Talen | 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:\/\/*\/*"
]
}
]
} | |