CheckWithMouseOver
Invert the check with Alt key & mouse over for check box or radio button.
Apa itu CheckWithMouseOver?
CheckWithMouseOver adalah ekstensi Chrome yang dikembangkan oleh https://ydk.vc, dan fitur utamanya adalah "Invert the check with Alt key & mouse over for check box or radio button.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CheckWithMouseOver
Unduh file ekstensi CheckWithMouseOver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。 Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags.
Informasi Dasar Ekstensi
Nama | CheckWithMouseOver |
ID | jchadbcjoemdiindjhmgfmlpgfiblaah |
URL Resmi | https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah |
Deskripsi | Invert the check with Alt key & mouse over for check box or radio button. |
Ukuran File | 132 KB |
Jumlah Instalasi | 140 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2024-02-26 |
Tanggal Publikasi | 2020-05-21 |
Penilaian | 2.00/5 Total 3 Penilaian |
Pengembang | https://ydk.vc |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/yudukiak/CheckWithMouseOver/ |
Bahasa yang Didukung | 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": [ " |