Wallbase Lazy Download
Easily download images from wallbase.cc
What is Wallbase Lazy Download?
Wallbase Lazy Download is a Chrome extension developed by aleri, and its main feature is "Easily download images from wallbase.cc".
Extension Screenshots
Download Wallbase Lazy Download Extension CRX File
Download Wallbase Lazy Download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nbiioljcndklbchoghfiffgogjpgjnoe |
Official URL | https://chrome.google.com/webstore/detail/wallbase-lazy-download/nbiioljcndklbchoghfiffgogjpgjnoe |
Description | Easily download images from wallbase.cc |
File Size | 125 KB |
Installation Count | 20 |
Current Version | 0.1.1 |
Last Updated | 2014-03-16 |
Publish Date | 2014-03-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | aleri |
Payment Type | free |
Supported Languages | 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" } } |