Meditate
Extension for Mindfulness & Meditation
What is Meditate?
Meditate is a Chrome extension developed by meditatex, and its main feature is "Extension for Mindfulness & Meditation".
Extension Screenshots
Download Meditate Extension CRX File
Download Meditate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mindfulness Extension for the Workplace. Includes three guided meditations focusing on breath, body & sound, and heart.
Extension Basic Information
Name | |
ID | hmpedpdmgjngcdpohnhgbopkjijmalff |
Official URL | https://chrome.google.com/webstore/detail/meditate/hmpedpdmgjngcdpohnhgbopkjijmalff |
Description | Extension for Mindfulness & Meditation |
File Size | 2.66 MB |
Installation Count | 209 |
Current Version | 0.1 |
Last Updated | 2017-02-16 |
Publish Date | 2017-02-16 |
Rating | 1.40/5 Total 5 Ratings |
Developer | meditatex |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meditate", "version": "0.1", "description": "Extension for Mindfulness & Meditation", "permissions": [ "tabs" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html" } } |