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文件

下载Beautiful Wallpapers by Saatchi Art扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}