Beautiful Wallpapers by Saatchi Art

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

O que é Beautiful Wallpapers by Saatchi Art?

Beautiful Wallpapers by Saatchi Art é uma extensão do Chrome desenvolvida por Leaf Group, e sua principal característica é "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Beautiful Wallpapers by Saatchi Art

Baixe arquivos de extensão Beautiful Wallpapers by Saatchi Art no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Beautiful Wallpapers by Saatchi Art Beautiful Wallpapers by Saatchi Art
ID onhkklabjfamfjinnjkmhngknoellllf
URL Oficial https://chromewebstore.google.com/detail/beautiful-wallpapers-by-s/onhkklabjfamfjinnjkmhngknoellllf
Descrição Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com
Tamanho do Arquivo 232 KB
Contagem de Instalações 65
Versão Atual 1.8
Última Atualização 2018-11-26
Data de Publicação 2018-11-26
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Leaf Group
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}