Mindful Break
This Chrome extension offers a new mindfulness tip each time it is opened.
Vad är Mindful Break?
Mindful Break är en Chrome-tillägg utvecklad av google.com, och dess huvudfunktion är "This Chrome extension offers a new mindfulness tip each time it is opened.".
Tilläggsskärmbilder
Ladda ner Mindful Break-förlängningens CRX-fil
Ladda ner Mindful Break-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/.
Grundläggande Information om Tillägg
Namn | |
ID | onjcfgnjjbnflacfbnjaapcbiecckilk |
Officiell webbadress | https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk |
Beskrivning | This Chrome extension offers a new mindfulness tip each time it is opened. |
Filstorlek | 88.93 KB |
Antal Installationer | 44,780 |
Aktuell Version | 2.0.3 |
Senast Uppdaterad | 2017-07-18 |
Publiceringsdatum | 2017-07-18 |
Betyg | 4.31/5 Totalt 134 Betyg |
Utvecklare | google.com |
URL till Sekretesspolicy Sidan | https://policies.google.com/privacy |
Stödda Språk | 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 } |