ValueTime
Replace new tab page with a page showing time left in day,(kind of reverse clock).
Wat is ValueTime?
ValueTime is een Chrome-extensie ontwikkeld door Shubham Mathur, en de belangrijkste functie is "Replace new tab page with a page showing time left in day,(kind of reverse clock).".
Extensie Screenshots
Download het CRX-bestand van de extensie ValueTime
Download ValueTime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ValueTime |
ID | badapfgpjjaagnahmlfkhpomblifhiaj |
Officiële URL | https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj |
Beschrijving | Replace new tab page with a page showing time left in day,(kind of reverse clock). |
Bestandsgrootte | 99.24 KB |
Aantal Installaties | 97 |
Huidige Versie | 1.2.7 |
Laatst Bijgewerkt | 2017-05-19 |
Publicatiedatum | 2017-05-19 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Shubham Mathur |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |