Posture Reminder
Reminders to periodically correct your posture.
什么是Posture Reminder?
Posture Reminder是由https://adamgonen.com开发的Chrome扩展程序,该扩展的主要功能是“Reminders to periodically correct your posture.”。
扩展截图
下载Posture Reminder扩展crx文件
下载Posture Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Posture Reminder |
ID | kjfkmlhcgelgmepdemdhkgioggaffibj |
官方URL | https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj |
简介 | Reminders to periodically correct your posture. |
文件大小 | 15.17 KB |
安装次数 | 10,981 |
当前版本 | 1.2.0 |
更新时间 | 2022-07-02 |
上架时间 | 2020-03-31 |
评分 | 2.79/5 共24次评分 |
开发者 | https://adamgonen.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } } |