Beautiful Wallpapers by Saatchi Art

Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com

Beautiful Wallpapers by Saatchi Art란 무엇입니까?

Beautiful Wallpapers by Saatchi Art은(는) Leaf Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com"입니다.

확장 프로그램 스크린샷

screenshot

Beautiful Wallpapers by Saatchi Art 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension displays amazing art pieces as your background for google chrome.  Use this extension to create to-do lists, make notes, and browse art provided by Saatchi Art.                    

확장 프로그램 기본 정보

이름 Beautiful Wallpapers by Saatchi Art Beautiful Wallpapers by Saatchi Art
ID onhkklabjfamfjinnjkmhngknoellllf
공식 URL https://chromewebstore.google.com/detail/beautiful-wallpapers-by-s/onhkklabjfamfjinnjkmhngknoellllf
설명 Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com
파일 크기 232 KB
설치 횟수 65
현재 버전 1.8
최근 업데이트 2018-11-26
출시 날짜 2018-11-26
평점 5.00/5 총 4 개의 평점
개발자 Leaf Group
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Wallpapers by Saatchi Art",
    "version": "1.8",
    "description": "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome.  Provided by saatchiart.com",
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/sa16.png",
            "32": "img\/sa32.png",
            "48": "img\/sa48.png",
            "128": "img\/sa128.png"
        }
    },
    "icons": {
        "16": "img\/sa16.png",
        "32": "img\/sa32.png",
        "48": "img\/sa48.png",
        "128": "img\/sa128.png"
    },
    "manifest_version": 2
}