Change Background, set custom wallpaper

This extension sets custom background for web-page

Change Background, set custom wallpaper là gì?

Change Background, set custom wallpaper là một tiện ích mở rộng Chrome được phát triển bởi shulaykin1, và tính năng chính của nó là "This extension sets custom background for web-page".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Change Background, set custom wallpaper

Tải xuống các tệp mở rộng Change Background, set custom wallpaper 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

                        This extension sets custom background for web-page. 
To set custom background you need:
1) find nice background picture;
2) copy URL of your picture;
3) open web-page, that you like;
4) click on icon of extention; 
5) paste URL and press OK - it adds your picture in PictureList;
6) click on your Picture in PictureList; 

It may not work on some web-sites. 
If you want help me improve this extension and add support of web-pages you want, please contact me. [email protected];                    

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

Tên Change Background, set custom wallpaper Change Background, set custom wallpaper
ID nnpojipjpkoejmlcpkiedbgjlgikpndl
URL Chính Thức https://chromewebstore.google.com/detail/change-background-set-cus/nnpojipjpkoejmlcpkiedbgjlgikpndl
Mô tả This extension sets custom background for web-page
Kích Thước Tệp 30.06 KB
Số Lần Cài Đặt 785
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-09-21
Ngày Phát Hành 2016-09-21
Đánh Giá 2.93/5 Tổng số 15 Đánh Giá
Nhà Phát Triển shulaykin1
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Change Background, set custom wallpaper",
    "description": "This extension sets custom background for web-page",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js",
                "popup.js",
                "options.js"
            ]
        }
    ]
}