Smooth Checkbox for Hotmail™

Select/deselect multiple checkboxes by click and drag!

Smooth Checkbox for Hotmail™란 무엇입니까?

Smooth Checkbox for Hotmail™은(는) js extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select/deselect multiple checkboxes by click and drag!"입니다.

확장 프로그램 스크린샷

screenshot

Smooth Checkbox for Hotmail™ 확장 프로그램 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.                    

확장 프로그램 기본 정보

이름 Smooth Checkbox for Hotmail™ Smooth Checkbox for Hotmail™
ID ckceclocmcldllomphkbhhngpigfedhp
공식 URL https://chromewebstore.google.com/detail/smooth-checkbox-for-hotma/ckceclocmcldllomphkbhhngpigfedhp
설명 Select/deselect multiple checkboxes by click and drag!
파일 크기 471 KB
설치 횟수 50
현재 버전 1.4.1
최근 업데이트 2014-11-25
출시 날짜 2014-11-24
개발자 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.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"
    ]
}