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