Trackr
Track the time you spend on various websites with beautiful graphs on the new tab page!
O que é Trackr?
Trackr é uma extensão do Chrome desenvolvida por Srikar Gudipati, e sua principal característica é "Track the time you spend on various websites with beautiful graphs on the new tab page!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trackr
Baixe arquivos de extensão Trackr 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 Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!
Informações Básicas da Extensão
Nome | |
ID | pccehhnicffhgffhdfgainipddlopmie |
URL Oficial | https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie |
Descrição | Track the time you spend on various websites with beautiful graphs on the new tab page! |
Tamanho do Arquivo | 205 KB |
Contagem de Instalações | 5,000 |
Versão Atual | 1.2 |
Última Atualização | 2015-02-23 |
Data de Publicação | 2015-02-23 |
Classificação | 3.74/5 Total de 43 Avaliações |
Desenvolvedor | Srikar Gudipati |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |