Hey Habit
Replaces the new tab page with a personal dashboard to help you live a healthy lifestyle, build habits, and achieve long term goals.
What is Hey Habit?
Hey Habit is a Chrome extension developed by https://heyhabit.com, and its main feature is "Replaces the new tab page with a personal dashboard to help you live a healthy lifestyle, build habits, and achieve long term goals.".
Extension Screenshots
Download Hey Habit Extension CRX File
Download Hey Habit 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
Hey Habit is about helping you helping you maintain a healthy lifestyle and achieve your long term goals. It emphasizes recurring tasks enabling you to make a decision once and stick with it. Projects allow you to break down larger goals into their individual pieces, which you can optionally schedule for specific days.
Extension Basic Information
Name | Hey Habit |
ID | icjfbcjblodechjjiomddmjepanloeeb |
Official URL | https://chromewebstore.google.com/detail/hey-habit/icjfbcjblodechjjiomddmjepanloeeb |
Description | Replaces the new tab page with a personal dashboard to help you live a healthy lifestyle, build habits, and achieve long term goals. |
File Size | 469 KB |
Installation Count | 7,958 |
Current Version | 0.1.42 |
Last Updated | 2018-04-20 |
Publish Date | 2018-04-19 |
Rating | 4.31/5 Total 101 Ratings |
Developer | https://heyhabit.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hey Habit", "description": "Replaces the new tab page with a personal dashboard to help you live a healthy lifestyle, build habits, and achieve long term goals.", "version": "0.1.42", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "hey-habit-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/d24n15hnbwhuhn.cloudfront.net\/libs\/amplitude-3.0.1-min.gz.js; object-src 'self'", "permissions": [ "identity" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjQLJG76bqPJJ08BZpBxs7f2DnKYfrfm0R4flPzzX4xCSNAWpXl1TvNdOSSURgw4Im8zm0\/+qlNA9oOsf+Rb4+eGGIV6YjzWLpWXdIIwF2nzrAMrRYzSGPlht1hPn7wlnldkB6xy7SkG6bgdFMe91vKVwyL6bsgyw5fNNOp3biZ1LSg\/FraxIbXRZcKlcSTi\/QXwxtEvln9o+YuC4eYlxG4vdlWCNJHnZmhTdHCZSfdfoq6sCCdby8ysXs+T3dWR2ddF7Vq0jd1jQnjewR1Gt46MTv0\/X3rrNQgxtKiOlih42bZZGxL4bcAIkHd9hQpd7JN\/xriuXghJwmeVRdJSvCQIDAQAB", "oauth2": { "client_id": "816653223986-93kaverfgfqc13c70vbg7ncjjorkpp25.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |