Momentum
Replace new tab page with a personal dashboard to help you get focused, stay organized, and keep motivated to achieve your goals.
What is Momentum?
Momentum is a Chrome extension developed by https://momentumdash.com, and its main feature is "Replace new tab page with a personal dashboard to help you get focused, stay organized, and keep motivated to achieve your goals.".
Extension Screenshots
Download Momentum Extension CRX File
Download Momentum 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
What if every new tab could calm your mind and increase your focus? Achieve your goals faster and more consistently with your own personal dashboard. Featuring to-do lists, weather, daily photos, and encouraging quotes. Join over 3 million energized users who have levelled-up their workspace and day-to-day productivity with Momentum. ☆☆☆ Featured in Tim Ferriss’ Tools of Titans, WWDC21, The Wall Street Journal, Product Hunt, Lifehacker, BuzzFeed, and TheDailyMuse! ☆☆☆ ☆☆ Key Features ☆☆ ✓ New inspiring photo, quote, and mantra each day ✓ Friendly reminders of your most important task ✓ Easy to use to-do list manager ✓ Shortcuts to your favorite websites and apps ✓ Local weather info ✓ Google/Bing/DuckDuckGo/Ecosia search options ✓ Customizable — show/hide features as you like ✓ Private and secure — we don’t share or sell your data Transform your screen to the gorgeous dashboard that keeps you on track. Note: For the best experience, after installing Momentum click the ‘Keep it’ button on the ‘Change back to Google’ notification. This will show Momentum on each new tab as intended. 🙂 ☆☆ Do More With Plus: 11 Fresh Features to Maximize Your Workspace ☆☆ Momentum Plus offers additional productivity tools to support positive workflows and increase focus. ★ NEW: Soundscapes Get in the flow with our focus-driving audio, including: a crackling campfire, peaceful rain, café ambience, and seven other scenes! ★ Pomodoro Timer Organize your day into timed intervals of focused work sessions and short breaks. ★ Todo integrations Connect your favorite task provider to quickly update your tasks on each new tab. Asana, Todoist, Microsoft To Do, Google Tasks, & GitHub. ★ Autofocus mode Always see your top task front and center. Completing your focus replaces it with the next task on your to-do list. ★ Metrics Track the progress your making towards personal and professional milestones. ★ Countdowns Count down the days left until upcoming events and due dates. ★ World Clocks Leave the time zone conversion to us! Add other time zones right on your dashboard. ★ Custom Photos, Quotes, & Mantras Personalize your dashboard with the content that inspires you most. Skip and change the content whenever you want. ★ Notes Jot down important reminders or start that novel with our fullscreen note editor. ★ Multi-Todo list Create more lists to organize your tasks however you like. ★ Extra weather info Get more detailed weather info with an hourly forecast, air quality, chance of rain, and more. ☆☆ Privacy & Security ☆☆ We at Momentum are committed to protecting your privacy. The information we gather or process is used solely for core functionality of Momentum and to improve the quality and security of our service. Your information isn’t and has never been sold to third parties. For more information on privacy and the security of your data visit https://momentumdash.com/privacy. ☆☆ Help & Contact ☆☆ Help Center: https://momentumdash.help Suggestions: https://momentum.nolt.io/ Contact us: https://momentumdash.com/contact ☆☆ Social Pages ☆☆ Blog: https://momentumdash.com/blog Instagram: https://instagram.com/momentumdash Twitter: https://twitter.com/momentumdash Facebook: https://facebook.com/momentumdash
Extension Basic Information
Name | Momentum |
ID | laookkfknpbbblfpciffpaejjkokdgca |
Official URL | https://chromewebstore.google.com/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca |
Description | Replace new tab page with a personal dashboard to help you get focused, stay organized, and keep motivated to achieve your goals. |
File Size | 14.24 MB |
Installation Count | 3,189,132 |
Current Version | 2.13.24 |
Last Updated | 2024-02-29 |
Publish Date | 2020-06-18 |
Rating | 4.47/5 Total 13837 Ratings |
Developer | https://momentumdash.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://momentumdash.com |
Help Page URL | https://momentumdash.com/help |
Privacy Policy Page URL | https://momentumdash.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Momentum", "short_name": "Momentum", "version": "2.13.24", "description": "Replace new tab page with a personal dashboard to help you get focused, stay organized, and keep motivated to achieve your goals.", "icons": { "16": "img\/app\/icon-16.png", "32": "img\/app\/icon-32.png", "48": "img\/app\/icon-48.png", "128": "img\/app\/icon-128.png" }, "background": { "scripts": [ "background-scripts\/momentum.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'", "chrome_url_overrides": { "newtab": "dashboard.html" }, "offline_enabled": true, "browser_action": { "default_title": "Momentum" }, "content_scripts": [ { "matches": [ "https:\/\/*.momentumdash.com\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "content-scripts\/momoSiteInterop.js" ] } ], "permissions": [ "unlimitedStorage", "*:\/\/*.momentumdash.com\/*" ], "optional_permissions": [ "bookmarks", "tabs", "sessions", "topSites", "chrome:\/\/favicon\/" ] } |