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 |
| 电子邮箱 | [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"
}
} | |