Anti-Sedentary Desktop Reminder

This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.

Anti-Sedentary Desktop Reminder là gì?

Anti-Sedentary Desktop Reminder là một tiện ích mở rộng Chrome được phát triển bởi jin.alex, và tính năng chính của nó là "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti-Sedentary Desktop Reminder

Tải xuống các tệp mở rộng Anti-Sedentary Desktop Reminder 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

                        A learning project.                    

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

Tên Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
URL Chính Thức https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
Mô tả This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2017-03-05
Ngày Phát Hành 2017-03-05
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jin.alex
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": "Anti-Sedentary Desktop Reminder",
    "version": "0.9",
    "manifest_version": 2,
    "description": "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.",
    "browser_action": {
        "default_icon": "images\/sitting.png",
        "default_title": "Get Up",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "images\/man41.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "background"
    ]
}