ValueTime

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

ValueTime क्या है?

ValueTime Shubham Mathur द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab page with a page showing time left in day,(kind of reverse clock)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ValueTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}