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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        この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
공식 URL 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"
            ]
        }
    ]
}