Colorful Motivation - New Tab Page

Replaces the new tab page with colorful motivation.

Что такое Colorful Motivation - New Tab Page?

Colorful Motivation - New Tab Page - это расширение Chrome, разработанное joshspicer, и его основная функция - "Replaces the new tab page with colorful motivation.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Colorful Motivation - New Tab Page

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

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

                        Replace the (boring) new tab page with (fun and colorful) motivation. 
Displays your current age as it slowly ticks up, and generates a background color based on that moment.  

Easy to edit your birthday, just click the date in the bottom-left!

Inspired by the idea put forth in Chrome extension "Motivation" by maccman.  

Open source on Github: https://github.com/joshspicer/colorful-motivation                    

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

Название Colorful Motivation - New Tab Page Colorful Motivation - New Tab Page
ID mebfadffaiadgfhoieipinanpcmklhil
Официальный URL https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil
Описание Replaces the new tab page with colorful motivation.
Размер файла 178 KB
Количество установок 160
Текущая Версия 0.31
Последнее Обновление 2018-08-22
Дата публикации 2018-08-21
Рейтинг 4.83/5 Всего 6 оценок
Разработчик joshspicer
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorful Motivation - New Tab Page",
    "version": "0.31",
    "author": "Josh Spicer",
    "description": "Replaces the new tab page with colorful motivation.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}