Mindful Break
This Chrome extension offers a new mindfulness tip each time it is opened.
Apa itu Mindful Break?
Mindful Break adalah ekstensi Chrome yang dikembangkan oleh google.com, dan fitur utamanya adalah "This Chrome extension offers a new mindfulness tip each time it is opened.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mindful Break
Unduh file ekstensi Mindful Break dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/.
Informasi Dasar Ekstensi
Nama | |
ID | onjcfgnjjbnflacfbnjaapcbiecckilk |
URL Resmi | https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk |
Deskripsi | This Chrome extension offers a new mindfulness tip each time it is opened. |
Ukuran File | 88.93 KB |
Jumlah Instalasi | 44,780 |
Versi Saat Ini | 2.0.3 |
Terakhir Diperbarui | 2017-07-18 |
Tanggal Publikasi | 2017-07-18 |
Penilaian | 4.31/5 Total 134 Penilaian |
Pengembang | google.com |
URL Halaman Kebijakan Privasi | https://policies.google.com/privacy |
Bahasa yang Didukung | 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 } |