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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabwave.app และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabwave

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}