Tracky

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

O que é Tracky?

Tracky é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Allow time tracking from the browser with syncing ability thanks to chrome sync storage".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tracky

Baixe arquivos de extensão Tracky no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Tracky Tracky
ID nopncmbjiejagfhpkcbdikogbjcjhhll
URL Oficial https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll
Descrição Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Tamanho do Arquivo 155 KB
Contagem de Instalações 45
Versão Atual 0.1.7
Última Atualização 2014-10-16
Data de Publicação 2014-10-16
Classificação 4.67/5 Total de 9 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/Grafikart/tracky
Idiomas Suportados 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
}