ValueTime

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

¿Qué es ValueTime?

ValueTime es una extensión de Chrome desarrollada por Shubham Mathur, y su función principal es "Replace new tab page with a page showing time left in day,(kind of reverse clock).".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ValueTime

Descarga archivos de extensión ValueTime en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ValueTime ValueTime
ID badapfgpjjaagnahmlfkhpomblifhiaj
URL Oficial https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj
Descripción Replace new tab page with a page showing time left in day,(kind of reverse clock).
Tamaño del Archivo 99.24 KB
Cantidad de Instalaciones 97
Versión Actual 1.2.7
Última Actualización 2017-05-19
Fecha de Publicación 2017-05-19
Calificación 4.60/5 Total de 5 Calificaciones
Desarrollador Shubham Mathur
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}