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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } |