Smooth Checkbox for Gmail™
Select/deselect multiple checkboxes by click and drag!
Что такое Smooth Checkbox for Gmail™?
Smooth Checkbox for Gmail™ - это расширение Chrome, разработанное js extensions, и его основная функция - "Select/deselect multiple checkboxes by click and drag!".
Снимки экрана расширения
Скачать файл CRX расширения Smooth Checkbox for Gmail™
Скачайте файлы расширений Smooth Checkbox for Gmail™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Smooth Checkbox for Gmail™ |
ID | egkhfllhmjihbfnkikpnbeeakllbobjl |
Официальный URL | https://chromewebstore.google.com/detail/smooth-checkbox-for-gmail/egkhfllhmjihbfnkikpnbeeakllbobjl |
Описание | Select/deselect multiple checkboxes by click and drag! |
Размер файла | 471 KB |
Количество установок | 10,000 |
Текущая Версия | 1.4.9 |
Последнее Обновление | 2019-02-27 |
Дата публикации | 2019-02-26 |
Рейтинг | 3.66/5 Всего 29 оценок |
Разработчик | js extensions |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com |
Поддерживаемые языки | 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" } |