PaCo Wake Up

PaCo Wake Up is a simple reminder to stand up after some time in front of PC

PaCo Wake Up là gì?

PaCo Wake Up là một tiện ích mở rộng Chrome được phát triển bởi pacorumors, và tính năng chính của nó là "PaCo Wake Up is a simple reminder to stand up after some time in front of PC".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng PaCo Wake Up 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

                        PaCo Wake Up is a simple timer alert system.

PaCo Wake Up was born from the need to have a recurring alert to monitor the time spent in front of the PC and take intermittent breaks to maintain a decent state of health. For example, many countries have laws that set office breaks after x hours spent in front of the PC.

Through PaCo Wake Up it is possible to set alert (ore recursive) to remind us to take our small but healthy breaks.                    

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

Tên PaCo Wake Up PaCo Wake Up
ID jjonfbgpdibnjffiihjcklgdlmlnjcgn
URL Chính Thức https://chromewebstore.google.com/detail/paco-wake-up/jjonfbgpdibnjffiihjcklgdlmlnjcgn
Mô tả PaCo Wake Up is a simple reminder to stand up after some time in front of PC
Kích Thước Tệp 97.6 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-05-29
Ngày Phát Hành 2021-05-29
Nhà Phát Triển pacorumors
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",
    "name": "PaCo Wake Up",
    "description": "PaCo Wake Up is a simple reminder to stand up after some time in front of PC",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/paco_wakeup16.png",
            "32": "\/images\/paco_wakeup32.png",
            "48": "\/images\/paco_wakeup48.png",
            "128": "\/images\/paco_wakeup128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "\/images\/paco_wakeup16.png",
        "32": "\/images\/paco_wakeup32.png",
        "48": "\/images\/paco_wakeup48.png",
        "128": "\/images\/paco_wakeup128.png"
    },
    "options_page": "options.html"
}