Wallbase Lazy Download

Easily download images from wallbase.cc

Qu'est-ce que Wallbase Lazy Download ?

Wallbase Lazy Download est une extension Chrome développée par aleri, et sa fonction principale est "Easily download images from wallbase.cc".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Wallbase Lazy Download

Téléchargez les fichiers d'extension Wallbase Lazy Download 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

                        Allows you to download wallpapers from wallbase.cc directly from their thumbnail preview on the search/top/hot page.

To download a wallpaper just hover over its thumbnail and press "d" from the keyboard.

If you are interested, the source code is on GitHub : https://github.com/Aleri/Wallbase-Lazy-Download

****Changelog****
V0.1.1 
- Removed unnecessary permissions.                    

Informations de Base sur l'Extension

Nom Wallbase Lazy Download Wallbase Lazy Download
ID nbiioljcndklbchoghfiffgogjpgjnoe
URL Officiel https://chrome.google.com/webstore/detail/wallbase-lazy-download/nbiioljcndklbchoghfiffgogjpgjnoe
Description Easily download images from wallbase.cc
Taille du Fichier 125 KB
Nombre d'Installations 20
Version Actuelle 0.1.1
Dernière Mise à Jour 2014-03-16
Date de Publication 2014-03-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur aleri
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wallbase Lazy Download",
    "short_name": "WLD",
    "version": "0.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ],
            "matches": [
                "*:\/\/*.wallbase.cc\/*"
            ]
        }
    ],
    "description": "Easily download images from wallbase.cc",
    "minimum_chrome_version": "16.0.884",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "*:\/\/*.wallbase.cc\/*"
    ],
    "page_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "lazy download"
    }
}