Streak Tracker
Track your most important habit on a new tab
O que é Streak Tracker?
Streak Tracker é uma extensão do Chrome desenvolvida por https://ignacio.al, e sua principal característica é "Track your most important habit on a new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Streak Tracker
Baixe arquivos de extensão Streak Tracker 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
----- Updates for 1.6.2: Thanks for sharing your comments and suggestions! This version brings dark mode and a way to name your habit streak. We will keep improving this extension for you! ----- Track your most important habit progress every time you open a new tab, keep motivated and don't lose your streak! If you want more features, talk about habits or report any bug please contact me at https://twitter.com/ignacioaal
Informações Básicas da Extensão
Nome | Streak Tracker |
ID | fjdnbfpmonlaapmkboaihnaecphjjakd |
URL Oficial | https://chromewebstore.google.com/detail/streak-tracker/fjdnbfpmonlaapmkboaihnaecphjjakd |
Descrição | Track your most important habit on a new tab |
Tamanho do Arquivo | 11.82 KB |
Contagem de Instalações | 505 |
Versão Atual | 1.6.2 |
Última Atualização | 2022-03-04 |
Data de Publicação | 2018-06-05 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://ignacio.al |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ignacio.al |
URL da Página de Ajuda | https://twitter.com/ignacioaal |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streak Tracker", "description": "Track your most important habit on a new tab", "version": "1.6.2", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "icons": { "128": "\/file.png" }, "chrome_url_overrides": { "newtab": "\/index.html" } } |