Momentum
Replace new tab page with a personal dashboard to help you get focused, stay organized, and keep motivated to achieve your goals.
Momentumとは何ですか?
Momentumはhttps://momentumdash.comによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with a personal dashboard to help you get focused, stay organized, and keep motivated to achieve your goals.」です。
拡張機能のスクリーンショット
Momentum拡張機能のCRXファイルをダウンロード
Momentum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Momentum |
ID | laookkfknpbbblfpciffpaejjkokdgca |
公式URL | https://chromewebstore.google.com/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca |
説明 | Replace new tab page with a personal dashboard to help you get focused, stay organized, and keep motivated to achieve your goals. |
ファイルサイズ | 14.24 MB |
インストール数 | 3,189,132 |
現在のバージョン | 2.13.24 |
最終更新日 | 2024-02-29 |
公開日 | 2020-06-18 |
評価 | 4.47/5 合計 13837 レビュー |
開発者 | https://momentumdash.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://momentumdash.com |
ヘルプページのURL | https://momentumdash.com/help |
プライバシーポリシーページのURL | https://momentumdash.com/privacy |
対応言語 | 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\/" ] } |