Daily Motivation

Replace new tab page with Daily Motivation

Что такое Daily Motivation?

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

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

screenshot
screenshot
screenshot

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

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

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

                        This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day.

It feels like you're always competing on the clock to get your tasks done!                    

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

Название Daily Motivation Daily Motivation
ID mmgepjldageingldphdeebmgaemdciio
Официальный URL https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio
Описание Replace new tab page with Daily Motivation
Размер файла 62.54 KB
Количество установок 700
Текущая Версия 0.15
Последнее Обновление 2017-06-21
Дата публикации 2017-06-20
Рейтинг 4.08/5 Всего 13 оценок
Разработчик aarohmankad
Электронная почта aarohmankad@gmail.com
Тип оплаты free
Официальный сайт расширения http://www.github.com/aarohmankad/motivation
URL страницы помощи http://www.github.com/aarohmankad/motivation
Поддерживаемые языки en
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 new tab page with Daily Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Daily Motivation",
    "offline_enabled": true,
    "version": "0.15"
}