Smooth Checkbox for Gmail™
Select/deselect multiple checkboxes by click and drag!
Qu'est-ce que Smooth Checkbox for Gmail™ ?
Smooth Checkbox for Gmail™ est une extension Chrome développée par js extensions, et sa fonction principale est "Select/deselect multiple checkboxes by click and drag!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smooth Checkbox for Gmail™
Téléchargez les fichiers d'extension Smooth Checkbox for Gmail™ 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
Now you don't have to click each checkbox when you want to select multiple checkboxes. You can just click and drag to select a bunch. Deselect Behavior: If you drag your cursor during deselection, every checkbox touched will be deselected. User Data and Privacy Policy: This extension parses Gmail web pages to simply add new user interface functionality for selecting/deselecting checkboxes. This extension does not collect or store any personal or sensitive user data. Gmail is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Informations de Base sur l'Extension
Nom | Smooth Checkbox for Gmail™ |
ID | egkhfllhmjihbfnkikpnbeeakllbobjl |
URL Officiel | https://chromewebstore.google.com/detail/smooth-checkbox-for-gmail/egkhfllhmjihbfnkikpnbeeakllbobjl |
Description | Select/deselect multiple checkboxes by click and drag! |
Taille du Fichier | 471 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.4.9 |
Dernière Mise à Jour | 2019-02-27 |
Date de Publication | 2019-02-26 |
Évaluation | 3.66/5 Total 29 Évaluations |
Développeur | js extensions |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com |
Langues Prises en Charge | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery.js", "core.js", "interval-counter.js", "checkbox-detector.js", "FloatMenu.js", "GmailPage.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "description": "Select\/deselect multiple checkboxes by click and drag!", "icons": { "128": "dnc-icon128.png", "48": "dnc-icon48.png" }, "manifest_version": 2, "name": "Smooth Checkbox for Gmail\u2122", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.9", "web_accessible_resources": [ "open-env-transparent.png", "close-env-transparent.png" ], "permissions": [ "storage" ], "options_page": "options.html" } |