ValueTime

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

Apa itu ValueTime?

ValueTime adalah ekstensi Chrome yang dikembangkan oleh Shubham Mathur, dan fitur utamanya adalah "Replace new tab page with a page showing time left in day,(kind of reverse clock).".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ValueTime

Unduh file ekstensi ValueTime dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ValueTime ValueTime
ID badapfgpjjaagnahmlfkhpomblifhiaj
URL Resmi https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj
Deskripsi Replace new tab page with a page showing time left in day,(kind of reverse clock).
Ukuran File 99.24 KB
Jumlah Instalasi 97
Versi Saat Ini 1.2.7
Terakhir Diperbarui 2017-05-19
Tanggal Publikasi 2017-05-19
Penilaian 4.60/5 Total 5 Penilaian
Pengembang Shubham Mathur
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}