CheckWithMouseOver

Invert the check with Alt key & mouse over for check box or radio button.

什麼是CheckWithMouseOver?

CheckWithMouseOver是由https://ydk.vc開發的Chrome擴展程式,該擴展的主要功能是“Invert the check with Alt key & mouse over for check box or radio button.”。

擴展截圖

screenshot

下載CheckWithMouseOver擴展crx文件

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

擴展使用說明

                        チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。
Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags.                    

擴展基本資訊

名稱 CheckWithMouseOver CheckWithMouseOver
ID jchadbcjoemdiindjhmgfmlpgfiblaah
官方網址 https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah
簡介 Invert the check with Alt key & mouse over for check box or radio button.
檔案大小 132 KB
安裝次數 140
目前版本 1.2.2
更新時間 2024-02-26
上架時間 2020-05-21
評分 2.00/5 共 3 次評分
開發者 https://ydk.vc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/yudukiak/CheckWithMouseOver/
支援的語言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CheckWithMouseOver",
    "version": "1.2.2",
    "description": "Invert the check with Alt key & mouse over for check box or radio button.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ]
}