Posture Reminder

Reminders to periodically correct your posture.

Posture Reminder là gì?

Posture Reminder là một tiện ích mở rộng Chrome được phát triển bởi https://adamgonen.com, và tính năng chính của nó là "Reminders to periodically correct your posture.".

Ả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 Posture Reminder

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

                        Simple and lightweight extension that reminds you at different intervals to correct your posture in order to get into the habit of having a healthy posture while using your computer.

Features:
- Built-in On/Off switch
- Reminders at intervals of 15 minutes, 30 minutes, 1 hour, 2 hours, or random (between 30 minutes and 4 hours).
- Non-obtrusive reminders                    

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

Tên Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
URL Chính Thức https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
Mô tả Reminders to periodically correct your posture.
Kích Thước Tệp 15.17 KB
Số Lần Cài Đặt 10,981
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-07-02
Ngày Phát Hành 2020-03-31
Đánh Giá 2.79/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://adamgonen.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Posture Reminder",
    "version": "1.2.0",
    "manifest_version": 2,
    "author": "Adam Gonen",
    "description": "Reminders to periodically correct your posture.",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "PostureReminder",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}