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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}