Overwork

Overwork helps you take breaks when you need them.

Overworkคืออะไร?

Overwork เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kubgus และคุณลักษณะหลักของมันคือ "Overwork helps you take breaks when you need them."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Overwork ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Do you ever get sucked into a task... a little too much? Sometimes we forget to live real life while finishing out homework assignments, making sales presentations or adding that new website feature. I've been there. So I created overwork. It's a simple Chromium (Chrome, MS Edge, ...) extension that allows you to track how long you've been working and set a reminder to relax with fun challenges you can try.                    

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

ชื่อ Overwork Overwork
ID jhpbphonlhcgjieobohcpamgejbbkkcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/overwork/jhpbphonlhcgjieobohcpamgejbbkkcj
คำอธิบาย Overwork helps you take breaks when you need them.
ขนาดไฟล์ 24.41 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-10-28
วันที่เผยแพร่ 2023-10-25
ผู้พัฒนา kubgus
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Overwork",
    "version": "1.1.1",
    "description": "Overwork helps you take breaks when you need them.",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}