CheckWithMouseOver
Invert the check with Alt key & mouse over for check box or radio button.
Wat is CheckWithMouseOver?
CheckWithMouseOver is een Chrome-extensie ontwikkeld door https://ydk.vc, en de belangrijkste functie is "Invert the check with Alt key & mouse over for check box or radio button.".
Extensie Screenshots
Download het CRX-bestand van de extensie CheckWithMouseOver
Download CheckWithMouseOver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。 Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags.
Basisinformatie over de Extensie
Naam | CheckWithMouseOver |
ID | jchadbcjoemdiindjhmgfmlpgfiblaah |
Officiële URL | https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah |
Beschrijving | Invert the check with Alt key & mouse over for check box or radio button. |
Bestandsgrootte | 132 KB |
Aantal Installaties | 140 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2024-02-26 |
Publicatiedatum | 2020-05-21 |
Beoordeling | 2.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://ydk.vc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/yudukiak/CheckWithMouseOver/ |
Ondersteunde Talen | 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": [ " |