uSelect iDownload

Open or download several links at once with a simple selection.

uSelect iDownload란 무엇입니까?

uSelect iDownload은(는) http://lasagnacode.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open or download several links at once with a simple selection."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

uSelect iDownload 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Usage instructions:
 - click the extension button (the page should become darker);
 - select the links you want to open by click-and-drag (i.e. like you do in the file manager);
 - repeat the previous step how many times you need;
 - deselect items using the right mouse button (or ctrl + left button);
 - press 'enter' key to open all selected links or 'alt+enter' to download them.


To report bugs or suggestions please visit http://goo.gl/r6OiE


Known issues:
 - the extension doesn't work on sites with frames.                    

확장 프로그램 기본 정보

이름 uSelect iDownload uSelect iDownload
ID ileabdhfjmgaognikmjgmhhkjffggejc
공식 URL https://chrome.google.com/webstore/detail/uselect-idownload/ileabdhfjmgaognikmjgmhhkjffggejc
설명 Open or download several links at once with a simple selection.
파일 크기 98.33 KB
설치 횟수 41,618
현재 버전 1.9
최근 업데이트 2013-01-12
출시 날짜 2013-01-12
평점 3.79/5 총 297 개의 평점
개발자 http://lasagnacode.com
결제 유형 free
확장 프로그램 웹 사이트 https://plus.google.com/107157125964195177231
지원되는 언어 en,it
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uSelect iDownload",
    "version": "1.9",
    "description": "__MSG_extDesc__",
    "icons": {
        "32": "res\/icon32.png",
        "48": "res\/icon48.png",
        "52": "res\/icon52.png",
        "92": "res\/icon92.png",
        "128": "res\/icon128.png"
    },
    "browser_action": {
        "default_icon": "res\/icon32.png",
        "default_title": "__MSG_actionTitle__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "overlay.css"
            ],
            "js": [
                "js\/shortcut.js",
                "js\/content_script.js"
            ]
        }
    ],
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}