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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |