Mindful Break
This Chrome extension offers a new mindfulness tip each time it is opened.
什么是Mindful Break?
Mindful Break是由google.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension offers a new mindfulness tip each time it is opened.”。
扩展截图
下载Mindful Break扩展crx文件
下载Mindful Break扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/.
扩展基本信息
名称 | |
ID | onjcfgnjjbnflacfbnjaapcbiecckilk |
官方URL | https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk |
简介 | This Chrome extension offers a new mindfulness tip each time it is opened. |
文件大小 | 88.93 KB |
安装次数 | 44,780 |
当前版本 | 2.0.3 |
更新时间 | 2017-07-18 |
上架时间 | 2017-07-18 |
评分 | 4.31/5 共134次评分 |
开发者 | google.com |
隐私政策页面URL | https://policies.google.com/privacy |
支持的语言 | 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 } |