ValueTime

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

ValueTimeคืออะไร?

ValueTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shubham Mathur และคุณลักษณะหลักของมันคือ "Replace new tab page with a page showing time left in day,(kind of reverse clock)."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ValueTime

ดาวน์โหลดไฟล์ส่วนขยาย ValueTime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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