Type Japanese
Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.
Qu'est-ce que Type Japanese ?
Type Japanese est une extension Chrome développée par Allen Ye, et sa fonction principale est "Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Type Japanese
Téléchargez les fichiers d'extension Type Japanese au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- Using this chrome extension, users can easily type in Japanese without having to switch their computer's entire language - Users can type in either Hiragana or Katakana - After typing their text, users have the option to search up their text on Google - Users can also easily copy the text they typed
Informations de Base sur l'Extension
Nom | Type Japanese |
ID | ilhbdihflmdkeaalnjjbiclonlodghkm |
URL Officiel | https://chromewebstore.google.com/detail/type-japanese/ilhbdihflmdkeaalnjjbiclonlodghkm |
Description | Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type. |
Taille du Fichier | 147 KB |
Nombre d'Installations | 5,109 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2021-12-30 |
Date de Publication | 2021-12-22 |
Évaluation | 4.71/5 Total 17 Évaluations |
Développeur | Allen Ye |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/allenye66/Japanease |
URL de la Page d'Aide | https://github.com/allenye66/Japanease/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Type Japanese", "description": "Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |