Change Background, set custom wallpaper

This extension sets custom background for web-page

什麼是Change Background, set custom wallpaper?

Change Background, set custom wallpaper是由shulaykin1開發的Chrome擴展程式,該擴展的主要功能是“This extension sets custom background for web-page”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Change Background, set custom wallpaper擴展crx文件

下載Change Background, set custom wallpaper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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];                    

擴展基本資訊

名稱 Change Background, set custom wallpaper Change Background, set custom wallpaper
ID nnpojipjpkoejmlcpkiedbgjlgikpndl
官方網址 https://chromewebstore.google.com/detail/change-background-set-cus/nnpojipjpkoejmlcpkiedbgjlgikpndl
簡介 This extension sets custom background for web-page
檔案大小 30.06 KB
安裝次數 785
目前版本 1.1
更新時間 2016-09-21
上架時間 2016-09-21
評分 2.93/5 共 15 次評分
開發者 shulaykin1
付費類型 free
支援的語言 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"
            ]
        }
    ]
}