Time is Running
Replace new tab page with 'Running Time'
¿Qué es Time is Running?
Time is Running es una extensión de Chrome desarrollada por http://techproceed.com, y su función principal es "Replace new tab page with 'Running Time'".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Time is Running
Descarga archivos de extensión Time is Running en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ijnaleaamhgpjmpmjefcnkkjjckbidnf |
URL Oficial | https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf |
Descripción | Replace new tab page with 'Running Time' |
Tamaño del Archivo | 149 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 0.6 |
Última Actualización | 2014-07-25 |
Fecha de Publicación | 2014-07-25 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | http://techproceed.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.techproceed.com/ |
Idiomas Soportados | 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" } |