uSelect iDownload

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

Was ist uSelect iDownload?

uSelect iDownload ist eine Chrome-Erweiterung, die von http://lasagnacode.com entwickelt wurde, und ihr Hauptmerkmal ist "Open or download several links at once with a simple selection.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

uSelect iDownload-Erweiterungs-CRX-Datei herunterladen

Laden Sie uSelect iDownload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name uSelect iDownload uSelect iDownload
ID ileabdhfjmgaognikmjgmhhkjffggejc
Offizielle URL https://chrome.google.com/webstore/detail/uselect-idownload/ileabdhfjmgaognikmjgmhhkjffggejc
Beschreibung Open or download several links at once with a simple selection.
Dateigröße 98.33 KB
Installationsanzahl 41,618
Aktuelle Version 1.9
Letztes Update 2013-01-12
Veröffentlichungsdatum 2013-01-12
Bewertung 3.79/5 Insgesamt 297 Bewertungen
Entwickler http://lasagnacode.com
Zahlungsart free
Erweiterungswebsite https://plus.google.com/107157125964195177231
Unterstützte Sprachen 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"
    ]
}