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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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" } |