ValueTime

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

Cos'è ValueTime?

ValueTime è un'estensione di Chrome sviluppata da Shubham Mathur, e la sua funzione principale è "Replace new tab page with a page showing time left in day,(kind of reverse clock).".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ValueTime

Scarica i file di estensione ValueTime in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ValueTime ValueTime
ID badapfgpjjaagnahmlfkhpomblifhiaj
URL Ufficiale https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj
Descrizione Replace new tab page with a page showing time left in day,(kind of reverse clock).
Dimensione del File 99.24 KB
Conteggio Installazioni 97
Versione Corrente 1.2.7
Ultimo Aggiornamento 2017-05-19
Data di Pubblicazione 2017-05-19
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Shubham Mathur
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}