Wallbase Lazy Download

Easily download images from wallbase.cc

Wat is Wallbase Lazy Download?

Wallbase Lazy Download is een Chrome-extensie ontwikkeld door aleri, en de belangrijkste functie is "Easily download images from wallbase.cc".

Extensie Screenshots

Download het CRX-bestand van de extensie Wallbase Lazy Download

Download Wallbase Lazy Download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wallbase Lazy Download Wallbase Lazy Download
ID nbiioljcndklbchoghfiffgogjpgjnoe
Officiële URL https://chrome.google.com/webstore/detail/wallbase-lazy-download/nbiioljcndklbchoghfiffgogjpgjnoe
Beschrijving Easily download images from wallbase.cc
Bestandsgrootte 125 KB
Aantal Installaties 20
Huidige Versie 0.1.1
Laatst Bijgewerkt 2014-03-16
Publicatiedatum 2014-03-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar aleri
Betalingswijze free
Ondersteunde Talen 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"
    }
}