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
官方URL 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": [
        ""
    ]
}