Mindful Break
This Chrome extension offers a new mindfulness tip each time it is opened.
Mindful Break là gì?
Mindful Break là một tiện ích mở rộng Chrome được phát triển bởi google.com, và tính năng chính của nó là "This Chrome extension offers a new mindfulness tip each time it is opened.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mindful Break
Tải xuống các tệp mở rộng Mindful Break dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Need a break? The Mindful Break Chrome extension gives you a mindfulness tip and guides you through a short breathing exercise. Set reminders to help you remember. Go full-screen to help you stay focused. By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onjcfgnjjbnflacfbnjaapcbiecckilk |
URL Chính Thức | https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk |
Mô tả | This Chrome extension offers a new mindfulness tip each time it is opened. |
Kích Thước Tệp | 88.93 KB |
Số Lần Cài Đặt | 44,780 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2017-07-18 |
Ngày Phát Hành | 2017-07-18 |
Đánh Giá | 4.31/5 Tổng số 134 Đánh Giá |
Nhà Phát Triển | google.com |
URL Trang Chính Sách Bảo Mật | https://policies.google.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "2.0.3", "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "gpause-crop.png", "default_popup": "popup.html" }, "icons": { "128": "gpause-crop.png" }, "permissions": [ "alarms", "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true } |