Tabwave
A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place.
Tabwaveとは何ですか?
Tabwaveはhttps://tabwave.appによって開発されたChromeの拡張機能で、その主な機能は「A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place.」です。
拡張機能のスクリーンショット
Tabwave拡張機能のCRXファイルをダウンロード
Tabwave拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tabwave is an all in one mindful productive app to replace your browser's new tab . Get more done with todo lists, add sticky notes, block distractions, and boost your productivity with a pomodoro clock.
Customize your new tab with a beautiful productivity app.
- 🎯 Get more done with daily tasks and goals. Your daily to-do list right in your browser's new tab.
- 📑 Brainstorm ideas on Sticky notes. Write down your quick ideas, short notes and things to remember
- ⏳ Increase your productivity with a Pomodoro clock. Do focused work sessions with frequent short breaks
- 🚫 Block distracting websites. Be mindful about your time to be more productive.
- 🏷️Open and search your bookmark in single click. Add shortcuts to your favourite sites.
- 🌓 Dark mode and many more exciting features.
SAY GOODBYE TO BORING NEW TABS
It's free to use, no signup required.
💖 Loved by over thousands of users
This tool is really great! It really has all the things that I wanted for productivity. - Sai Karthik
I love this so much! Its a 4-in-1 extension with good graphics and a playful design. It also has a Pomodoro timer that plays a cute sound when the timer runs out. - Lu Valour 拡張機能の基本情報
| 名前 | |
| ID | kilclhheeidneiiiaeggbadgommkdhbc |
| 公式URL | https://chromewebstore.google.com/detail/tabwave/kilclhheeidneiiiaeggbadgommkdhbc |
| 説明 | A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place. |
| ファイルサイズ | 606 KB |
| インストール数 | 1,586 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2023-01-11 |
| 公開日 | 2021-01-20 |
| 評価 | 4.93/5 合計 28 レビュー |
| 開発者 | https://tabwave.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://tabwave.app |
| ヘルプページのURL | https://www.buymeacoffee.com/rutikwankhade |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.2",
"name": "Tabwave",
"description": "A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place.",
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"tabs",
"bookmarks",
"storage",
"webNavigation",
"notifications",
"alarms"
],
"background": {
"service_worker": "background.js"
}
} | |