uSelect iDownload

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

Qu'est-ce que uSelect iDownload ?

uSelect iDownload est une extension Chrome développée par http://lasagnacode.com, et sa fonction principale est "Open or download several links at once with a simple selection.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension uSelect iDownload

Téléchargez les fichiers d'extension uSelect iDownload au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom uSelect iDownload uSelect iDownload
ID ileabdhfjmgaognikmjgmhhkjffggejc
URL Officiel https://chrome.google.com/webstore/detail/uselect-idownload/ileabdhfjmgaognikmjgmhhkjffggejc
Description Open or download several links at once with a simple selection.
Taille du Fichier 98.33 KB
Nombre d'Installations 41,618
Version Actuelle 1.9
Dernière Mise à Jour 2013-01-12
Date de Publication 2013-01-12
Évaluation 3.79/5 Total 297 Évaluations
Développeur http://lasagnacode.com
Type de Paiement free
Site Web de l'Extension https://plus.google.com/107157125964195177231
Langues Prises en Charge 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"
    ]
}