CheckWithMouseOver
Invert the check with Alt key & mouse over for check box or radio button.
Was ist CheckWithMouseOver?
CheckWithMouseOver ist eine Chrome-Erweiterung, die von https://ydk.vc entwickelt wurde, und ihr Hauptmerkmal ist "Invert the check with Alt key & mouse over for check box or radio button.".
Erweiterungsscreenshots
CheckWithMouseOver-Erweiterungs-CRX-Datei herunterladen
Laden Sie CheckWithMouseOver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。
Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jchadbcjoemdiindjhmgfmlpgfiblaah |
| Offizielle URL | https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah |
| Beschreibung | Invert the check with Alt key & mouse over for check box or radio button. |
| Dateigröße | 132 KB |
| Installationsanzahl | 140 |
| Aktuelle Version | 1.2.2 |
| Letztes Update | 2024-02-26 |
| Veröffentlichungsdatum | 2020-05-21 |
| Bewertung | 2.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://ydk.vc |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/yudukiak/CheckWithMouseOver/ |
| Unterstützte Sprachen | 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": [
" | |