Trackr
Track the time you spend on various websites with beautiful graphs on the new tab page!
¿Qué es Trackr?
Trackr es una extensión de Chrome desarrollada por Srikar Gudipati, y su función principal es "Track the time you spend on various websites with beautiful graphs on the new tab page!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Trackr
Descarga archivos de extensión Trackr 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
This is a Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!
Información Básica de la Extensión
Nombre | |
ID | pccehhnicffhgffhdfgainipddlopmie |
URL Oficial | https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie |
Descripción | Track the time you spend on various websites with beautiful graphs on the new tab page! |
Tamaño del Archivo | 205 KB |
Cantidad de Instalaciones | 5,000 |
Versión Actual | 1.2 |
Última Actualización | 2015-02-23 |
Fecha de Publicación | 2015-02-23 |
Calificación | 3.74/5 Total de 43 Calificaciones |
Desarrollador | Srikar Gudipati |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trackr", "version": "1.2", "manifest_version": 2, "description": "Track the time you spend on various websites with beautiful graphs on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": false }, "background": { "scripts": [ "js\/jquery\/jquery.min.js", "src\/bg\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "src\/contentscript\/contentscript.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "history", "tabs", "*:\/\/*\/*", "storage", "unlimitedStorage" ] } |