Check Range
Shift-click first and last checkbox to select/deselect range.
Qu'est-ce que Check Range ?
Check Range est une extension Chrome développée par Zurieee, et sa fonction principale est "Shift-click first and last checkbox to select/deselect range.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Check Range
Téléchargez les fichiers d'extension Check Range au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Check Range |
ID | mnnlhhoblmkdamjbkmlolmpomhnplihm |
URL Officiel | https://chromewebstore.google.com/detail/check-range/mnnlhhoblmkdamjbkmlolmpomhnplihm |
Description | Shift-click first and last checkbox to select/deselect range. |
Taille du Fichier | 92.84 KB |
Nombre d'Installations | 1,613 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2023-06-12 |
Date de Publication | 2023-06-11 |
Évaluation | 4.57/5 Total 7 Évaluations |
Développeur | Zurieee |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |