Stand Up Reminder
A reminder to stand up and stretch your legs for one minute every hour.
什麼是Stand Up Reminder?
Stand Up Reminder是由https://tonybatts.com開發的Chrome擴展程式,該擴展的主要功能是“A reminder to stand up and stretch your legs for one minute every hour.”。
擴展截圖
下載Stand Up Reminder擴展crx文件
下載Stand Up Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sitting at your desk all day can take its toll, this extension will remind you to get up and stretch your legs for one minute of every hour. 擴展基本資訊
| 名稱 | |
| ID | bkjfmpffdfllcgmniicjpgmmlbplblhb |
| 官方網址 | https://chromewebstore.google.com/detail/stand-up-reminder/bkjfmpffdfllcgmniicjpgmmlbplblhb |
| 簡介 | A reminder to stand up and stretch your legs for one minute every hour. |
| 檔案大小 | 295 KB |
| 安裝次數 | 2,514 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-02-01 |
| 上架時間 | 2021-01-31 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | https://tonybatts.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.tonybatts.com/ |
| 說明頁面URL | https://www.tonybatts.com/#contact |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Stand Up Reminder",
"version": "1.0",
"description": "A reminder to stand up and stretch your legs for one minute every hour.",
"short_name": "Stand Up",
"permissions": [
"alarms",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"default_popup": "popup.html"
}
} | |