CheckWithMouseOver

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

Vad är CheckWithMouseOver?

CheckWithMouseOver är en Chrome-tillägg utvecklad av https://ydk.vc, och dess huvudfunktion är "Invert the check with Alt key & mouse over for check box or radio button.".

Tilläggsskärmbilder

screenshot

Ladda ner CheckWithMouseOver-förlängningens CRX-fil

Ladda ner CheckWithMouseOver-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CheckWithMouseOver CheckWithMouseOver
ID jchadbcjoemdiindjhmgfmlpgfiblaah
Officiell webbadress https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah
Beskrivning Invert the check with Alt key & mouse over for check box or radio button.
Filstorlek 132 KB
Antal Installationer 140
Aktuell Version 1.2.2
Senast Uppdaterad 2024-02-26
Publiceringsdatum 2020-05-21
Betyg 2.00/5 Totalt 3 Betyg
Utvecklare https://ydk.vc
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/yudukiak/CheckWithMouseOver/
Stödda Språk 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": [
        ""
    ]
}