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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tabwave 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Tabwave Tabwave
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"
    }
}