Beautiful Wallpapers by Saatchi Art

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

What is Beautiful Wallpapers by Saatchi Art?

Beautiful Wallpapers by Saatchi Art is a Chrome extension developed by Leaf Group, and its main feature is "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com".

Extension Screenshots

screenshot

Download Beautiful Wallpapers by Saatchi Art Extension CRX File

Download Beautiful Wallpapers by Saatchi Art extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Beautiful Wallpapers by Saatchi Art Beautiful Wallpapers by Saatchi Art
ID onhkklabjfamfjinnjkmhngknoellllf
Official URL https://chromewebstore.google.com/detail/beautiful-wallpapers-by-s/onhkklabjfamfjinnjkmhngknoellllf
Description Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com
File Size 232 KB
Installation Count 65
Current Version 1.8
Last Updated 2018-11-26
Publish Date 2018-11-26
Rating 5.00/5 Total 4 Ratings
Developer Leaf Group
Email [email protected]
Payment Type free
Supported Languages 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
}