Overwork

Overwork helps you take breaks when you need them.

Overwork là gì?

Overwork là một tiện ích mở rộng Chrome được phát triển bởi kubgus, và tính năng chính của nó là "Overwork helps you take breaks when you need them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Overwork

Tải xuống các tệp mở rộng Overwork dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Overwork Overwork
ID jhpbphonlhcgjieobohcpamgejbbkkcj
URL Chính Thức https://chromewebstore.google.com/detail/overwork/jhpbphonlhcgjieobohcpamgejbbkkcj
Mô tả Overwork helps you take breaks when you need them.
Kích Thước Tệp 24.41 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-10-28
Ngày Phát Hành 2023-10-25
Nhà Phát Triển kubgus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}