CheckWithMouseOver

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

What is CheckWithMouseOver?

CheckWithMouseOver is a Chrome extension developed by https://ydk.vc, and its main feature is "Invert the check with Alt key & mouse over for check box or radio button.".

Extension Screenshots

screenshot

Download CheckWithMouseOver Extension CRX File

Download CheckWithMouseOver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CheckWithMouseOver CheckWithMouseOver
ID jchadbcjoemdiindjhmgfmlpgfiblaah
Official URL https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah
Description Invert the check with Alt key & mouse over for check box or radio button.
File Size 132 KB
Installation Count 140
Current Version 1.2.2
Last Updated 2024-02-26
Publish Date 2020-05-21
Rating 2.00/5 Total 3 Ratings
Developer https://ydk.vc
Email [email protected]
Payment Type free
Extension Website https://github.com/yudukiak/CheckWithMouseOver/
Supported Languages 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": [
        ""
    ]
}