Wallbase Lazy Download

Easily download images from wallbase.cc

Wallbase Lazy Download là gì?

Wallbase Lazy Download là một tiện ích mở rộng Chrome được phát triển bởi aleri, và tính năng chính của nó là "Easily download images from wallbase.cc".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Wallbase Lazy Download

Tải xuống các tệp mở rộng Wallbase Lazy Download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wallbase Lazy Download Wallbase Lazy Download
ID nbiioljcndklbchoghfiffgogjpgjnoe
URL Chính Thức https://chrome.google.com/webstore/detail/wallbase-lazy-download/nbiioljcndklbchoghfiffgogjpgjnoe
Mô tả Easily download images from wallbase.cc
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2014-03-16
Ngày Phát Hành 2014-03-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển aleri
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}