Toggle checkboxes
Productivity tool to toggle all checkboxes (only non-disabled & readable once) on any page.
Toggle checkboxesとは何ですか?
Toggle checkboxesはhttps://shubhamsonar.comによって開発されたChromeの拡張機能で、その主な機能は「Productivity tool to toggle all checkboxes (only non-disabled & readable once) on any page.」です。
拡張機能のスクリーンショット
Toggle checkboxes拡張機能のCRXファイルをダウンロード
Toggle checkboxes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will help you Check OR Uncheck all checkbox fields on the page using a single click. It will only work for checkboxes which are readable and are not disabled to respect integrity of the UX provided by website providers. It shall also not work with websites which use custom checkbox elements than traditional checkbox elements. This is a small yet a powerful productivity tool, use with caution only where its needed at your own responsibility. Hope this saves some time for you ❤️ Best, Shubham Sonar
拡張機能の基本情報
名前 | Toggle checkboxes |
ID | hjnjacpbkjdiolbimbbfkfcnjmaojgad |
公式URL | https://chromewebstore.google.com/detail/toggle-checkboxes/hjnjacpbkjdiolbimbbfkfcnjmaojgad |
説明 | Productivity tool to toggle all checkboxes (only non-disabled & readable once) on any page. |
ファイルサイズ | 8.42 KB |
インストール数 | 47 |
現在のバージョン | 1.0 |
最終更新日 | 2024-01-03 |
公開日 | 2023-10-12 |
開発者 | https://shubhamsonar.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://shubhamsonar.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle checkboxes", "description": "Productivity tool to toggle all checkboxes (only non-disabled & readable once) on any page.", "version": "1.0", "manifest_version": 3, "action": { "default_title": "Click to toggle all checkboxes", "default_icon": { "128": ".\/icons\/128.png", "48": ".\/icons\/48.png", "32": ".\/icons\/32.png", "16": ".\/icons\/16.png" } }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "icons": { "128": ".\/icons\/128.png", "48": ".\/icons\/48.png", "32": ".\/icons\/32.png", "16": ".\/icons\/16.png" } } |