ValueTime
Replace new tab page with a page showing time left in day,(kind of reverse clock).
Co to jest ValueTime?
ValueTime to rozszerzenie Chrome opracowane przez Shubham Mathur, a jego główną funkcją jest „Replace new tab page with a page showing time left in day,(kind of reverse clock).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ValueTime
Pobierz pliki rozszerzeń ValueTime w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ValueTime |
ID | badapfgpjjaagnahmlfkhpomblifhiaj |
Oficjalny URL | https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj |
Opis | Replace new tab page with a page showing time left in day,(kind of reverse clock). |
Rozmiar pliku | 99.24 KB |
Liczba instalacji | 97 |
Aktualna Wersja | 1.2.7 |
Ostatnia Aktualizacja | 2017-05-19 |
Data Publikacji | 2017-05-19 |
Ocena | 4.60/5 Łącznie 5 Oceny |
Deweloper | Shubham Mathur |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |