Dark Motivation

Replace the new tab page with Dark Motivation

Что такое Dark Motivation?

Dark Motivation - это расширение Chrome, разработанное calebboyd, и его основная функция - "Replace the new tab page with Dark Motivation".

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

screenshot

Скачать файл CRX расширения Dark Motivation

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

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

                        Displays your age counting up in a new tab with a dark background.

Based on the popular light variant: "Motivation"                    

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

Название Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
Официальный URL https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
Описание Replace the new tab page with Dark Motivation
Размер файла 96.48 KB
Количество установок 1,391
Текущая Версия 1.0
Последнее Обновление 2018-03-10
Дата публикации 2018-03-09
Рейтинг 5.00/5 Всего 4 оценок
Разработчик calebboyd
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace the new tab page with Dark Motivation",
    "manifest_version": 2,
    "name": "Dark Motivation",
    "offline_enabled": true,
    "version": "1.0"
}