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 |
官方網址 | 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" } } } |