Tabwave

A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place.

What is Tabwave?

Tabwave is a Chrome extension developed by https://tabwave.app, and its main feature is "A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tabwave Extension CRX File

Download Tabwave 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

                        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                    

Extension Basic Information

Name Tabwave Tabwave
ID kilclhheeidneiiiaeggbadgommkdhbc
Official URL https://chromewebstore.google.com/detail/tabwave/kilclhheeidneiiiaeggbadgommkdhbc
Description A mindful productive app to replace your browser's new tab. Tasks, notes, pomodoro, bookmarks, and site blocking, all in one place.
File Size 606 KB
Installation Count 1,586
Current Version 1.0.2
Last Updated 2023-01-11
Publish Date 2021-01-20
Rating 4.93/5 Total 28 Ratings
Developer https://tabwave.app
Email [email protected]
Payment Type free
Extension Website https://tabwave.app
Help Page URL https://www.buymeacoffee.com/rutikwankhade
Supported Languages 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"
    }
}