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