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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [] } |