CheckWithMouseOver
Invert the check with Alt key & mouse over for check box or radio button.
Hvad er CheckWithMouseOver?
CheckWithMouseOver er en Chrome-udvidelse udviklet af https://ydk.vc, og dens hovedfunktion er "Invert the check with Alt key & mouse over for check box or radio button.".
Udvidelsesskærmbilleder
Download CheckWithMouseOver-udvidelses-CRX-fil
Download CheckWithMouseOver-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。 Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags.
Grundlæggende oplysninger om udvidelsen
Navn | CheckWithMouseOver |
ID | jchadbcjoemdiindjhmgfmlpgfiblaah |
Officiel URL | https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah |
Beskrivelse | Invert the check with Alt key & mouse over for check box or radio button. |
Filstørrelse | 132 KB |
Antal Installationer | 140 |
Nuværende Version | 1.2.2 |
Senest Opdateret | 2024-02-26 |
Udgivelsesdato | 2020-05-21 |
Bedømmelse | 2.00/5 Samlet 3 Bedømmelser |
Udvikler | https://ydk.vc |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/yudukiak/CheckWithMouseOver/ |
Understøttede Sprog | 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": [ " |