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 } |