IME State Visible

See the IME of state

什麼是IME State Visible?

IME State Visible是由amate開發的Chrome擴展程式,該擴展的主要功能是“See the IME of state”。

擴展截圖

screenshot

下載IME State Visible擴展crx文件

下載IME State Visible擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        このChrome拡張は、IMEがオン(日本語入力)時に、テキスト入力欄の背景色を変更することによって、間違えて英文字モードでローマ字を打ってしまうのを防ぐために作られました

※動作のためには追加のアプリケーションのインストールが必要です
https://github.com/amate/IMEStateVisible/releases/tag/v1.0
リンク先から"IMEStateVisibleHost_1.0.zip"をダウンロードし、適当なフォルダに解凍した後、"install_host.bat"を実行してください                    

擴展基本資訊

名稱 IME State Visible IME State Visible
ID mnbmnhpnniahlicddcllehggdjglfkeh
官方網址 https://chromewebstore.google.com/detail/ime-state-visible/mnbmnhpnniahlicddcllehggdjglfkeh
簡介 See the IME of state
檔案大小 774 KB
安裝次數 155
目前版本 1.1.2
更新時間 2023-12-06
上架時間 2020-08-12
評分 5.00/5 共 1 次評分
開發者 amate
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/amate/IMEStateVisible/
隱私政策頁面URL https://github.com/amate/IMEStateVisible/wiki/Privacy-policy
支援的語言 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"
            ]
        }
    ]
}