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