Mindful Break
This Chrome extension offers a new mindfulness tip each time it is opened.
Wat is Mindful Break?
Mindful Break is een Chrome-extensie ontwikkeld door google.com, en de belangrijkste functie is "This Chrome extension offers a new mindfulness tip each time it is opened.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mindful Break
Download Mindful Break-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/. Basisinformatie over de Extensie
| Naam | |
| ID | onjcfgnjjbnflacfbnjaapcbiecckilk |
| Officiële URL | https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk |
| Beschrijving | This Chrome extension offers a new mindfulness tip each time it is opened. |
| Bestandsgrootte | 88.93 KB |
| Aantal Installaties | 44,780 |
| Huidige Versie | 2.0.3 |
| Laatst Bijgewerkt | 2017-07-18 |
| Publicatiedatum | 2017-07-18 |
| Beoordeling | 4.31/5 Totaal 134 Beoordelingen |
| Ontwikkelaar | google.com |
| URL van de Privacybeleid Pagina | https://policies.google.com/privacy |
| Ondersteunde Talen | 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
} | |