everyday.app | Do it every day!
Sets everyday.app as the default new tab page.
What is everyday.app | Do it every day!?
everyday.app | Do it every day! is a Chrome extension developed by https://everyday.app, and its main feature is "Sets everyday.app as the default new tab page.".
Extension Screenshots
Download everyday.app | Do it every day! Extension CRX File
Download everyday.app | Do it every day! 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
Every day, it gets a little easier. But you gotta do it every day, that's the hard part. Setting everyday.app as the default tab of the new tab button in your browser will be the cue to motivate you to work on forming new habits by doing it every day! More at: https://everyday.app ----- The app has several features such as habit reminders, habit sorting, colorpicker, dark mode, analytics, data visualizations, habit insights, etc. The app is free to use but contains Premium features.
Extension Basic Information
Name | everyday.app | Do it every day! |
ID | kpcjjapfjdgjlmoehhliomplgjnbdcpc |
Official URL | https://chromewebstore.google.com/detail/everydayapp-do-it-every-d/kpcjjapfjdgjlmoehhliomplgjnbdcpc |
Description | Sets everyday.app as the default new tab page. |
File Size | 114 KB |
Installation Count | 5,370 |
Current Version | 3.0.0 |
Last Updated | 2024-01-11 |
Publish Date | 2020-03-26 |
Rating | 4.93/5 Total 113 Ratings |
Developer | https://everyday.app |
[email protected] | |
Payment Type | free |
Extension Website | https://everyday.app |
Help Page URL | https://everyday.app/faq |
Privacy Policy Page URL | https://everyday.app/privacy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "everyday.app | Do it every day!", "description": "Sets everyday.app as the default new tab page.", "version": "3.0.0", "browser_action": { "default_icon": "web-extension-icon-96.png", "default_title": "Do it every day!", "default_popup": "popup.html" }, "icons": { "48": "web-extension-icon-48.png", "96": "web-extension-icon-96.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_url_overrides": { "newtab": "newtab.html" }, "externally_connectable": { "matches": [ "*:\/\/*.everyday.app\/*" ] } } |