ValueTime

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

Vad är ValueTime?

ValueTime är en Chrome-tillägg utvecklad av Shubham Mathur, och dess huvudfunktion är "Replace new tab page with a page showing time left in day,(kind of reverse clock).".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ValueTime-förlängningens CRX-fil

Ladda ner ValueTime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn ValueTime ValueTime
ID badapfgpjjaagnahmlfkhpomblifhiaj
Officiell webbadress https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj
Beskrivning Replace new tab page with a page showing time left in day,(kind of reverse clock).
Filstorlek 99.24 KB
Antal Installationer 97
Aktuell Version 1.2.7
Senast Uppdaterad 2017-05-19
Publiceringsdatum 2017-05-19
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare Shubham Mathur
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}