Smooth Checkbox for Hotmail™
Select/deselect multiple checkboxes by click and drag!
Smooth Checkbox for Hotmail™ là gì?
Smooth Checkbox for Hotmail™ là một tiện ích mở rộng Chrome được phát triển bởi js extensions, và tính năng chính của nó là "Select/deselect multiple checkboxes by click and drag!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smooth Checkbox for Hotmail™
Tải xuống các tệp mở rộng Smooth Checkbox for Hotmail™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smooth Checkbox for Hotmail™ |
ID | ckceclocmcldllomphkbhhngpigfedhp |
URL Chính Thức | https://chromewebstore.google.com/detail/smooth-checkbox-for-hotma/ckceclocmcldllomphkbhhngpigfedhp |
Mô tả | Select/deselect multiple checkboxes by click and drag! |
Kích Thước Tệp | 471 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2014-11-25 |
Ngày Phát Hành | 2014-11-24 |
Nhà Phát Triển | js extensions |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery.js", "core.js", "interval-counter.js", "checkbox-detector.js", "FloatMenu.js", "GmailPage.js" ], "matches": [ "https:\/\/*.mail.live.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 Hotmail\u2122", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1", "web_accessible_resources": [ "open-env-transparent.png", "close-env-transparent.png" ] } |