ValueTime
Replace new tab page with a page showing time left in day,(kind of reverse clock).
O que é ValueTime?
ValueTime é uma extensão do Chrome desenvolvida por Shubham Mathur, e sua principal característica é "Replace new tab page with a page showing time left in day,(kind of reverse clock).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ValueTime
Baixe arquivos de extensão ValueTime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ValueTime |
ID | badapfgpjjaagnahmlfkhpomblifhiaj |
URL Oficial | https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj |
Descrição | Replace new tab page with a page showing time left in day,(kind of reverse clock). |
Tamanho do Arquivo | 99.24 KB |
Contagem de Instalações | 97 |
Versão Atual | 1.2.7 |
Última Atualização | 2017-05-19 |
Data de Publicação | 2017-05-19 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | Shubham Mathur |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |