Motivation :: updated

Replace new tab page with Motivation

Что такое Motivation :: updated?

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

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

screenshot

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

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

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

                        Replaces your 'new-tab' page with a real-time counter showing your current age.

Updated with correct refresh rate, color-scheme toggle, and an alternate difference algorithm.                    

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

Название Motivation :: updated Motivation :: updated
ID jdlaegdjdpmbljeoabonopjbaagknfpp
Официальный URL https://chrome.google.com/webstore/detail/motivation-updated/jdlaegdjdpmbljeoabonopjbaagknfpp
Описание Replace new tab page with Motivation
Размер файла 12.44 KB
Количество установок 179
Текущая Версия 0.8
Последнее Обновление 2016-04-04
Дата публикации 2016-04-04
Разработчик Distilled Chaos
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-oZZp2243OriiI1L4Y0x8p0SZNdvTUnztxneEInWsIAI='; object-src 'self'",
    "description": "Replace new tab page with Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation :: updated",
    "offline_enabled": true,
    "version": "0.8"
}