Prestige - Beautiful New Tabs

Decorate your new tabs with useful information and a beautiful background.

Что такое Prestige - Beautiful New Tabs?

Prestige - Beautiful New Tabs - это расширение Chrome, разработанное Nocturne, и его основная функция - "Decorate your new tabs with useful information and a beautiful background.".

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

screenshot

Скачать файл CRX расширения Prestige - Beautiful New Tabs

Скачайте файлы расширений Prestige - Beautiful New Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Prestige brings a beautiful picture to your browser every time you open a new tab. These immersive pictures have been hand curated to transport you to new places and make you pause and think. We all live in our browsers, who needs desktop wallpapers? Let Prestige bring your new tabs to life!                    

Основная информация о расширении

Название Prestige - Beautiful New Tabs Prestige - Beautiful New Tabs
ID phegjgedbcmeajgcafgdhgnhipapjgkk
Официальный URL https://chromewebstore.google.com/detail/prestige-beautiful-new-ta/phegjgedbcmeajgcafgdhgnhipapjgkk
Описание Decorate your new tabs with useful information and a beautiful background.
Размер файла 2.57 MB
Количество установок 38
Текущая Версия 0.2.1
Последнее Обновление 2016-06-12
Дата публикации 2016-06-12
Рейтинг 4.75/5 Всего 4 оценок
Разработчик Nocturne
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prestige - Beautiful New Tabs",
    "description": "Decorate your new tabs with useful information and a beautiful background.",
    "version": "0.2.1",
    "incognito": "split",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/source.unsplash.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "resources\/moment.js",
            "resources\/localForage.min.js",
            "worker\/image-cache.js"
        ]
    },
    "manifest_version": 2
}