Time is Running
Replace new tab page with 'Running Time'
Cos'è Time is Running?
Time is Running è un'estensione di Chrome sviluppata da http://techproceed.com, e la sua funzione principale è "Replace new tab page with 'Running Time'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Time is Running
Scarica i file di estensione Time is Running in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Most anti-procrastination apps on the web help you stay focussed and increase productivity by blocking time wasting websites. The thinking goes that if these online distractions are gone, you are more likely to focus on actual work. Every time you launch Chrome, or open a new tab in the browser, the extension works as a sobering reminder that the clock is ticking away. That may motivate you to exit the Bermuda productivity triangle and focus on the more important things.
Informazioni di Base sull'Estensione
Nome | |
ID | ijnaleaamhgpjmpmjefcnkkjjckbidnf |
URL Ufficiale | https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf |
Descrizione | Replace new tab page with 'Running Time' |
Dimensione del File | 149 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2014-07-25 |
Data di Pubblicazione | 2014-07-25 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | http://techproceed.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.techproceed.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with 'Running Time'", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Time is Running", "offline_enabled": true, "version": "0.6" } |