uSelect iDownload

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

uSelect iDownload là gì?

uSelect iDownload là một tiện ích mở rộng Chrome được phát triển bởi http://lasagnacode.com, và tính năng chính của nó là "Open or download several links at once with a simple selection.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng uSelect iDownload

Tải xuống các tệp mở rộng uSelect iDownload 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên uSelect iDownload uSelect iDownload
ID ileabdhfjmgaognikmjgmhhkjffggejc
URL Chính Thức https://chrome.google.com/webstore/detail/uselect-idownload/ileabdhfjmgaognikmjgmhhkjffggejc
Mô tả Open or download several links at once with a simple selection.
Kích Thước Tệp 98.33 KB
Số Lần Cài Đặt 41,618
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2013-01-12
Ngày Phát Hành 2013-01-12
Đánh Giá 3.79/5 Tổng số 297 Đánh Giá
Nhà Phát Triển http://lasagnacode.com
Loại Thanh Toán free
Trang Web Mở Rộng https://plus.google.com/107157125964195177231
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}