Timebite - Online wasted time tracker
See what takes the biggest bites out of your day
¿Qué es Timebite - Online wasted time tracker?
Timebite - Online wasted time tracker es una extensión de Chrome desarrollada por Drik, y su función principal es "See what takes the biggest bites out of your day".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Timebite - Online wasted time tracker
Descarga archivos de extensión Timebite - Online wasted time tracker 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
Timebite is the silent helper that always knows when you are wasting time on your browser. The extension tracks domains you visit and shows you summary of wasted time versus productive time. All data is saved locally and only you can see that info. You can set number of days that data is kept before erasing. All older data will be deleted. You can setup time range when the extension tracks your activity and also pause tracking anytime if needed. Get Timebite and see what takes the biggest bites out of your productive time online!
Información Básica de la Extensión
Nombre | Timebite - Online wasted time tracker |
ID | mkpcepodmbdmbpenhmmkipbijpblfjik |
URL Oficial | https://chromewebstore.google.com/detail/timebite-online-wasted-ti/mkpcepodmbdmbpenhmmkipbijpblfjik |
Descripción | See what takes the biggest bites out of your day |
Tamaño del Archivo | 32.35 KB |
Cantidad de Instalaciones | 960 |
Versión Actual | 1.0.5 |
Última Actualización | 2020-04-20 |
Fecha de Publicación | 2020-04-20 |
Calificación | 3.25/5 Total de 4 Calificaciones |
Desarrollador | Drik |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://drik.eu |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timebite - Online wasted time tracker", "short_name": "Timebite", "version": "1.0.5", "manifest_version": 2, "description": "See what takes the biggest bites out of your day", "background": { "scripts": [ "scripts\/lib.js", "scripts\/db.js", "scripts\/ga.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "html\/popup.html", "default_title": "Timebite" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "options_page": "html\/settings.html", "options_ui": { "page": "html\/settings.html", "chrome_style": true }, "permissions": [ "tabs" ] } |