ValueTime
Replace new tab page with a page showing time left in day,(kind of reverse clock).
什麼是ValueTime?
ValueTime是由Shubham Mathur開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with a page showing time left in day,(kind of reverse clock).”。
擴展截圖
下載ValueTime擴展crx文件
下載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 |
ID | badapfgpjjaagnahmlfkhpomblifhiaj |
官方網址 | 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" } |