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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |