ValueTime

Replace new tab page with a page showing time left in day,(kind of reverse clock).

Что такое ValueTime?

ValueTime - это расширение Chrome, разработанное Shubham Mathur, и его основная функция - "Replace new tab page with a page showing time left in day,(kind of reverse clock).".

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

screenshot
screenshot

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

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

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

                        UPDATE: Dark and Light mode added, click that button to switch between modes.

It is a web page which replaces new tab.
It displays motivation quotes and time remaining in the day, so as to keep one motivated 
to complete his goals and prevent him to waste any time. In short, it is kind of reverse clock.

This extension is inspired from "Motivation".
Thanks to maccman for "Motivation" extension                    

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

Название ValueTime ValueTime
ID badapfgpjjaagnahmlfkhpomblifhiaj
Официальный URL https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj
Описание Replace new tab page with a page showing time left in day,(kind of reverse clock).
Размер файла 99.24 KB
Количество установок 97
Текущая Версия 1.2.7
Последнее Обновление 2017-05-19
Дата публикации 2017-05-19
Рейтинг 4.60/5 Всего 5 оценок
Разработчик Shubham Mathur
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "valuetime.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with a page showing time left in day,(kind of reverse clock).",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "ValueTime",
    "short_name": "Reverse Clock",
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.7"
}