20/20/20 Reminders
Provides unobtrusive reminders to help you follow the 20/20/20 rule.
20/20/20 Remindersとは何ですか?
20/20/20 RemindersはWolffsohn Researchによって開発されたChromeの拡張機能で、その主な機能は「Provides unobtrusive reminders to help you follow the 20/20/20 rule.」です。
拡張機能のスクリーンショット
20/20/20 Reminders拡張機能のCRXファイルをダウンロード
20/20/20 Reminders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Help your eyes to relax and combat the symptoms of Computer Vision Syndrome by following the 20/20/20 rule. Every 20 minutes, take a break from your screen for 20 seconds and focus on something 20 feet away. This lightweight extension will help you to follow the rule by providing a small desktop notification every 20 minutes. You can optionally configure the interval and duration of the break period and play a sound when it starts and finishes.
拡張機能の基本情報
名前 | 20/20/20 Reminders |
ID | hdadofjbdnckpfbmddfkgpnpchcfbpki |
公式URL | https://chromewebstore.google.com/detail/202020-reminders/hdadofjbdnckpfbmddfkgpnpchcfbpki |
説明 | Provides unobtrusive reminders to help you follow the 20/20/20 rule. |
ファイルサイズ | 112 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-07-18 |
公開日 | 2021-07-04 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Wolffsohn Research |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.wolffsohnresearch.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "20\/20\/20 Reminders", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "42", "author": "Wolffsohn Research", "description": "Provides unobtrusive reminders to help you follow the 20\/20\/20 rule.", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js", "constants.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "options.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "notifications", "alarms" ] } |