CheckWithMouseOver

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

Qu'est-ce que CheckWithMouseOver ?

CheckWithMouseOver est une extension Chrome développée par https://ydk.vc, et sa fonction principale est "Invert the check with Alt key & mouse over for check box or radio button.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CheckWithMouseOver

Téléchargez les fichiers d'extension CheckWithMouseOver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CheckWithMouseOver CheckWithMouseOver
ID jchadbcjoemdiindjhmgfmlpgfiblaah
URL Officiel https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah
Description Invert the check with Alt key & mouse over for check box or radio button.
Taille du Fichier 132 KB
Nombre d'Installations 140
Version Actuelle 1.2.2
Dernière Mise à Jour 2024-02-26
Date de Publication 2020-05-21
Évaluation 2.00/5 Total 3 Évaluations
Développeur https://ydk.vc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/yudukiak/CheckWithMouseOver/
Langues Prises en Charge 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": [
        ""
    ]
}