Drag and Load

Download images on web pages by dragging them in any direction and dropping them.

Qu'est-ce que Drag and Load ?

Drag and Load est une extension Chrome développée par max4two, et sa fonction principale est "Download images on web pages by dragging them in any direction and dropping them.".

Télécharger le fichier CRX de l'extension Drag and Load

Téléchargez les fichiers d'extension Drag and Load 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

                        Download images via drag and drop. Drag the image to any direction and let it go.
The image will be downloaded to Chrome's default download location.
Works on all images of the following file types: jpg, jpeg, jpe, gif, png.

Changelog:

v1.2:
The minimum image size can now be configured in the extension's options. Only images with a size greater than this width and height will be downloaded when dragged.
This helps to prevent the accidental download of thumbnail images.

v1.1:
Support for webp was dropped (because from time to time, I ended up downloading thumbnails on youtube).

v1.0:
Initial release                    

Informations de Base sur l'Extension

Nom Drag and Load Drag and Load
ID ogabdhanjefggbdoiifeekocmdkmbhob
URL Officiel https://chrome.google.com/webstore/detail/drag-and-load/ogabdhanjefggbdoiifeekocmdkmbhob
Description Download images on web pages by dragging them in any direction and dropping them.
Taille du Fichier 171 KB
Nombre d'Installations 153
Version Actuelle 1.2
Dernière Mise à Jour 2015-05-30
Date de Publication 2015-05-30
Évaluation 5.00/5 Total 5 Évaluations
Développeur max4two
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/joetm/Drag-and-Load
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drag and Load",
    "description": "Download images on web pages by dragging them in any direction and dropping them.",
    "version": "1.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "",
        "storage"
    ],
    "homepage_url": "http:\/\/komasurfer.com\/",
    "content_scripts": [
        {
            "js": [
                "zepto.min.js",
                "images.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "48": "48.png",
        "128": "128.png"
    }
}