CheckWithMouseOver

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

Cos'è CheckWithMouseOver?

CheckWithMouseOver è un'estensione di Chrome sviluppata da https://ydk.vc, e la sua funzione principale è "Invert the check with Alt key & mouse over for check box or radio button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CheckWithMouseOver

Scarica i file di estensione CheckWithMouseOver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CheckWithMouseOver CheckWithMouseOver
ID jchadbcjoemdiindjhmgfmlpgfiblaah
URL Ufficiale https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah
Descrizione Invert the check with Alt key & mouse over for check box or radio button.
Dimensione del File 132 KB
Conteggio Installazioni 140
Versione Corrente 1.2.2
Ultimo Aggiornamento 2024-02-26
Data di Pubblicazione 2020-05-21
Valutazione 2.00/5 Totale 3 Valutazioni
Sviluppatore https://ydk.vc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yudukiak/CheckWithMouseOver/
Lingue Supportate 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": [
        ""
    ]
}