Time is Running
Replace new tab page with 'Running Time'
Wat is Time is Running?
Time is Running is een Chrome-extensie ontwikkeld door http://techproceed.com, en de belangrijkste functie is "Replace new tab page with 'Running Time'".
Extensie Screenshots
Download het CRX-bestand van de extensie Time is Running
Download Time is Running-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
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.
Basisinformatie over de Extensie
Naam | |
ID | ijnaleaamhgpjmpmjefcnkkjjckbidnf |
Officiële URL | https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf |
Beschrijving | Replace new tab page with 'Running Time' |
Bestandsgrootte | 149 KB |
Aantal Installaties | 34 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2014-07-25 |
Publicatiedatum | 2014-07-25 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://techproceed.com |
Betalingswijze | free |
Extensiewebsite | http://www.techproceed.com/ |
Ondersteunde Talen | 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" } |