Smooth Checkbox for Gmail™
Select/deselect multiple checkboxes by click and drag!
Was ist Smooth Checkbox for Gmail™?
Smooth Checkbox for Gmail™ ist eine Chrome-Erweiterung, die von js extensions entwickelt wurde, und ihr Hauptmerkmal ist "Select/deselect multiple checkboxes by click and drag!".
Erweiterungsscreenshots
Smooth Checkbox for Gmail™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smooth Checkbox for Gmail™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Smooth Checkbox for Gmail™ |
ID | egkhfllhmjihbfnkikpnbeeakllbobjl |
Offizielle URL | https://chromewebstore.google.com/detail/smooth-checkbox-for-gmail/egkhfllhmjihbfnkikpnbeeakllbobjl |
Beschreibung | Select/deselect multiple checkboxes by click and drag! |
Dateigröße | 471 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.4.9 |
Letztes Update | 2019-02-27 |
Veröffentlichungsdatum | 2019-02-26 |
Bewertung | 3.66/5 Insgesamt 29 Bewertungen |
Entwickler | js extensions |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com |
Unterstützte Sprachen | 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" } |