Streak Tracker

Track your most important habit on a new tab

What is Streak Tracker?

Streak Tracker is a Chrome extension developed by https://ignacio.al, and its main feature is "Track your most important habit on a new tab".

Extension Screenshots

screenshot
screenshot

Download Streak Tracker Extension CRX File

Download Streak Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        -----
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                    

Extension Basic Information

Name Streak Tracker Streak Tracker
ID fjdnbfpmonlaapmkboaihnaecphjjakd
Official URL https://chromewebstore.google.com/detail/streak-tracker/fjdnbfpmonlaapmkboaihnaecphjjakd
Description Track your most important habit on a new tab
File Size 11.82 KB
Installation Count 505
Current Version 1.6.2
Last Updated 2022-03-04
Publish Date 2018-06-05
Rating 5.00/5 Total 2 Ratings
Developer https://ignacio.al
Email [email protected]
Payment Type free
Extension Website https://ignacio.al
Help Page URL https://twitter.com/ignacioaal
Supported Languages 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"
    }
}