Check Range
Shift-click first and last checkbox to select/deselect range.
Check Rangeとは何ですか?
Check RangeはZurieeeによって開発されたChromeの拡張機能で、その主な機能は「Shift-click first and last checkbox to select/deselect range.」です。
拡張機能のスクリーンショット
Check Range拡張機能のCRXファイルをダウンロード
Check Range拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The "Check Range" extension is designed to enhance the checkbox selection experience in webpages. It provides users with the ability to select checkboxes within a range by simply holding the Shift key. All you have to do is select the first and last checkbox while holding the Shift key and the extension will select all the checkboxes in the selected range. Original author: Jesse Ruderman - http://www.squarefree.com/2005/04/13/checkrange/ Chromified by Christian Bloch - https://github.com/cbloch Converted to Manifest v3 by Przemysław Żurek
拡張機能の基本情報
名前 | Check Range |
ID | mnnlhhoblmkdamjbkmlolmpomhnplihm |
公式URL | https://chromewebstore.google.com/detail/check-range/mnnlhhoblmkdamjbkmlolmpomhnplihm |
説明 | Shift-click first and last checkbox to select/deselect range. |
ファイルサイズ | 92.84 KB |
インストール数 | 1,613 |
現在のバージョン | 1.5 |
最終更新日 | 2023-06-12 |
公開日 | 2023-06-11 |
評価 | 4.57/5 合計 7 レビュー |
開発者 | Zurieee |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Check Range", "version": "1.5", "manifest_version": 3, "description": "Shift-click first and last checkbox to select\/deselect range.", "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "48": "48.png", "64": "64.png", "72": "72.png", "128": "128.png", "256": "256.png", "512": "512.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "check_range.user.js" ] } ], "permissions": [], "content_security_policy": [] } |