Overwork

Overwork helps you take breaks when you need them.

Overwork क्या है?

Overwork kubgus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Overwork helps you take breaks when you need them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Overwork एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}