Take a Break
Take a Break is a Chrome extension that monitors and reminds you to take breaks periodically.
Take a Breakとは何ですか?
Take a BreakはPrajwal Kulkarniによって開発されたChromeの拡張機能で、その主な機能は「Take a Break is a Chrome extension that monitors and reminds you to take breaks periodically.」です。
拡張機能のスクリーンショット
Take a Break拡張機能のCRXファイルをダウンロード
Take a Break拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take a Break is your personal wellness companion for a healthier digital life. In today's fast-paced world, we often forget to prioritize our well-being while working on our computers. Take a break helps you make small yet significant changes in your routine. 👁️ Rest Your Eyes: Give your eyes the care they deserve. Regularly looking away from the screen helps reduce eye strain and keeps your vision sharp. 🚰 Stay Hydrated: Get timely reminders to drink water throughout the day. Proper hydration is crucial for maintaining focus and energy levels. 💆♀️ Stretch and Relax: Avoid the stiffness and discomfort of prolonged sitting. Reminders are broadcasted to take short breaks for gentle stretches and brief walks to keep your body and mind in harmony. With customizable intervals and friendly notifications, Take a Break ensures you maintain a healthy balance between screen time and self-care. Start taking mindful breaks, stay hydrated, and nurture your well-being effortlessly. Install now and experience the difference in your daily routine!
拡張機能の基本情報
名前 | Take a Break |
ID | oifmahnepecgegpdiomjikkmfmnlbdjo |
公式URL | https://chromewebstore.google.com/detail/take-a-break/oifmahnepecgegpdiomjikkmfmnlbdjo |
説明 | Take a Break is a Chrome extension that monitors and reminds you to take breaks periodically. |
ファイルサイズ | 1.41 MB |
インストール数 | 109 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-11-14 |
公開日 | 2023-10-11 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Prajwal Kulkarni |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/prajwalkulkarni/take-a-break |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Take a Break", "version": "1.1.1", "action": { "default_icon": "assets\/images\/logo.png", "default_popup": "dist\/popup.html", "default_title": "Take a Break" }, "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "storage", "alarms", "notifications", "background", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "description": "Take a Break is a Chrome extension that monitors and reminds you to take breaks periodically.", "background": { "service_worker": "dist\/background.js" } } |