Tabwave
A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place.
Was ist Tabwave?
Tabwave ist eine Chrome-Erweiterung, die von https://tabwave.app entwickelt wurde, und ihr Hauptmerkmal ist "A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place.".
Erweiterungsscreenshots
Tabwave-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tabwave-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kilclhheeidneiiiaeggbadgommkdhbc |
| Offizielle URL | https://chromewebstore.google.com/detail/tabwave/kilclhheeidneiiiaeggbadgommkdhbc |
| Beschreibung | A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place. |
| Dateigröße | 606 KB |
| Installationsanzahl | 1,586 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2023-01-11 |
| Veröffentlichungsdatum | 2021-01-20 |
| Bewertung | 4.93/5 Insgesamt 28 Bewertungen |
| Entwickler | https://tabwave.app |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://tabwave.app |
| Hilfeseite URL | https://www.buymeacoffee.com/rutikwankhade |
| Unterstützte Sprachen | 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"
}
} | |