CheckWithMouseOver
Invert the check with Alt key & mouse over for check box or radio button.
CheckWithMouseOverとは何ですか?
CheckWithMouseOverはhttps://ydk.vcによって開発されたChromeの拡張機能で、その主な機能は「Invert the check with Alt key & mouse over for check box or radio button.」です。
拡張機能のスクリーンショット
CheckWithMouseOver拡張機能のCRXファイルをダウンロード
CheckWithMouseOver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。 Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags.
拡張機能の基本情報
名前 | CheckWithMouseOver |
ID | jchadbcjoemdiindjhmgfmlpgfiblaah |
公式URL | https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah |
説明 | Invert the check with Alt key & mouse over for check box or radio button. |
ファイルサイズ | 132 KB |
インストール数 | 140 |
現在のバージョン | 1.2.2 |
最終更新日 | 2024-02-26 |
公開日 | 2020-05-21 |
評価 | 2.00/5 合計 3 レビュー |
開発者 | https://ydk.vc |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/yudukiak/CheckWithMouseOver/ |
対応言語 | 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": [ " |