Chrono
Tracks which websites you spend time on the most.
O que é Chrono?
Chrono é uma extensão do Chrome desenvolvida por https://www.clinchpad.com, e sua principal característica é "Tracks which websites you spend time on the most.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chrono
Baixe arquivos de extensão Chrono 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
Chrono tracks which websites you visit and displays the top visited websites of the day as well as a chart showing the percentage of time you spent in each category of websites. You can change the categories of the websites by just clicking on the category label next to the website. These stats, along with some beautiful photographs, are displayed every time you open a new tab. This result in increased productivity as you become aware of how much time you spend on unproductive websites. Chrono respects your privacy and hence does not send ANY browsing data to ANY servers. All the data is stored on the computer where you installed the extension and isn't accessible to us or any third party.
Informações Básicas da Extensão
Nome | Chrono |
ID | cdipjnbignkeledopgpgdlgbolhgkben |
URL Oficial | https://chromewebstore.google.com/detail/chrono/cdipjnbignkeledopgpgdlgbolhgkben |
Descrição | Tracks which websites you spend time on the most. |
Tamanho do Arquivo | 16.4 MB |
Contagem de Instalações | 2,488 |
Versão Atual | 1.0.3 |
Última Atualização | 2014-05-05 |
Data de Publicação | 2014-05-05 |
Classificação | 4.57/5 Total de 28 Avaliações |
Desenvolvedor | https://www.clinchpad.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrono", "short_name": "Chrono", "description": "Tracks which websites you spend time on the most.", "version": "1.0.3", "icons": { "128": "icon.png" }, "background": { "scripts": [ "libs\/purl.js", "libs\/moment.js", "js\/categories.js", "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "storage", "alarms" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |