IME State Visible
See the IME of state
Qu'est-ce que IME State Visible ?
IME State Visible est une extension Chrome développée par amate, et sa fonction principale est "See the IME of state".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IME State Visible
Téléchargez les fichiers d'extension IME State Visible 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
このChrome拡張は、IMEがオン(日本語入力)時に、テキスト入力欄の背景色を変更することによって、間違えて英文字モードでローマ字を打ってしまうのを防ぐために作られました ※動作のためには追加のアプリケーションのインストールが必要です https://github.com/amate/IMEStateVisible/releases/tag/v1.0 リンク先から"IMEStateVisibleHost_1.0.zip"をダウンロードし、適当なフォルダに解凍した後、"install_host.bat"を実行してください
Informations de Base sur l'Extension
Nom | IME State Visible |
ID | mnbmnhpnniahlicddcllehggdjglfkeh |
URL Officiel | https://chromewebstore.google.com/detail/ime-state-visible/mnbmnhpnniahlicddcllehggdjglfkeh |
Description | See the IME of state |
Taille du Fichier | 774 KB |
Nombre d'Installations | 155 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2023-12-06 |
Date de Publication | 2020-08-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | amate |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/amate/IMEStateVisible/ |
URL de la Page de Politique de Confidentialité | https://github.com/amate/IMEStateVisible/wiki/Privacy-policy |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IME State Visible", "version": "1.1.2", "description": "See the IME of state", "icons": { "16": "images\/marker16.png", "48": "images\/marker48.png", "128": "images\/marker128.png" }, "permissions": [ "storage", "nativeMessaging" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "32": "images\/marker32.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ] } |