Smooth Checkbox for Gmail™
Select/deselect multiple checkboxes by click and drag!
什么是Smooth Checkbox for Gmail™?
Smooth Checkbox for Gmail™是由js extensions开发的Chrome扩展程序,该扩展的主要功能是“Select/deselect multiple checkboxes by click and drag!”。
扩展截图
下载Smooth Checkbox for Gmail™扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
} | |