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文件

下载uSelect iDownload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}