Check Range
Shift-click first and last checkbox to select/deselect range.
Apa itu Check Range?
Check Range adalah ekstensi Chrome yang dikembangkan oleh Zurieee, dan fitur utamanya adalah "Shift-click first and last checkbox to select/deselect range.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Check Range
Unduh file ekstensi Check Range 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
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
Informasi Dasar Ekstensi
Nama | Check Range |
ID | mnnlhhoblmkdamjbkmlolmpomhnplihm |
URL Resmi | https://chromewebstore.google.com/detail/check-range/mnnlhhoblmkdamjbkmlolmpomhnplihm |
Deskripsi | Shift-click first and last checkbox to select/deselect range. |
Ukuran File | 92.84 KB |
Jumlah Instalasi | 1,613 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2023-06-12 |
Tanggal Publikasi | 2023-06-11 |
Penilaian | 4.57/5 Total 7 Penilaian |
Pengembang | Zurieee |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |