Tracky

Allow time tracking from the browser with syncing ability thanks to chrome sync storage

¿Qué es Tracky?

Tracky es una extensión de Chrome desarrollada por Unknown, y su función principal es "Allow time tracking from the browser with syncing ability thanks to chrome sync storage".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tracky

Descarga archivos de extensión Tracky 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 little extension to track my time, if you are interested by this extension and want to add features feel free to edit the code ^^ 
https://github.com/Grafikart/tracky                    

Información Básica de la Extensión

Nombre Tracky Tracky
ID nopncmbjiejagfhpkcbdikogbjcjhhll
URL Oficial https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll
Descripción Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Tamaño del Archivo 155 KB
Cantidad de Instalaciones 45
Versión Actual 0.1.7
Última Actualización 2014-10-16
Fecha de Publicación 2014-10-16
Calificación 4.67/5 Total de 9 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Grafikart/tracky
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tracky",
    "description": "Allow time tracking from the browser with syncing ability thanks to chrome sync storage",
    "version": "0.1.7",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "name": "Click to open the timer",
        "default_title": "Open Timer",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}