Provent: Pomodoro, New Tab & Website Blocker

The all-inclusive, customizable productivity time management Chrome Extension to tailor to your workflow.

Provent: Pomodoro, New Tab & Website Blockerคืออะไร?

Provent: Pomodoro, New Tab & Website Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://proventextension.com และคุณลักษณะหลักของมันคือ "The all-inclusive, customizable productivity time management Chrome Extension to tailor to your workflow."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Provent: Pomodoro, New Tab & Website Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Provent: Pomodoro, New Tab & Website Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Transform your Chrome tab into a clean, modern new tab with productive widgets and custom relaxing static or animated backgrounds! 💻

Do you procrastinate a lot? With our Pomodoro timer, you can block distracting websites such as YouTube, Instagram, and Netflix when you are supposed to be productive! 🚫

With our easily accessible pop-up, you can view your to-do list, notes, and Google Calendar on any website you visit, helping you stay organized and productive! 📃

With Provent, you get:
- A new personalized tab with custom backgrounds and widgets
- Built-in to-do list, Google Calendar, notes, and YouTube and Spotify players
- A settings page to add custom backgrounds, customize your tab, and more!
- The ability to access your Google Calendar, Notes, and to-do list anywhere you go!
- Time blocking feature to block distracting websites when you want to be productive!

Key Features ✨
- Pomodoro timer
- Website blocker
- New customizable tab
- Option to add custom static or animated backgrounds
- Built-in offline backgrounds
- To-do list
- Google Calendar integration
- Notes
- YouTube and Spotify embed
- Custom website blocker message
- Settings page to modify your preferences

Start preventing procrastination and being productive today! 😤

Follow us on social media:
- Website: https://proventextension.com/
- Instagram: https://www.instagram.com/proventextension/
- Email: [email protected]                    

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

ชื่อ Provent: Pomodoro, New Tab & Website Blocker Provent: Pomodoro, New Tab & Website Blocker
ID cnilpijpbkkefelbjobbfgdhpcdfpilg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/provent-pomodoro-new-tab/cnilpijpbkkefelbjobbfgdhpcdfpilg
คำอธิบาย The all-inclusive, customizable productivity time management Chrome Extension to tailor to your workflow.
ขนาดไฟล์ 157 MB
จำนวนการติดตั้ง 246
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-06-29
วันที่เผยแพร่ 2022-11-27
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://proventextension.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://proventextension.com/
URL หน้าช่วยเหลือ http://proventextension.com/tutorial.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Provent: Pomodoro, New Tab & Website Blocker",
    "version": "1.1.0",
    "description": "The all-inclusive, customizable productivity time management Chrome Extension to tailor to your workflow.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/blocksite.css"
            ],
            "js": [
                "js\/blocksite.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/blocksite.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/logosmall.png",
        "32": "images\/logosmall.png",
        "48": "images\/logosmall.png",
        "128": "images\/logosmall.png"
    }
}