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 - это расширение Chrome, разработанное Leaf Group, и его основная функция - "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Beautiful Wallpapers by Saatchi Art

Скачайте файлы расширений 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
}