Mindful Movement

Take a Mindful Movement break!

What is Mindful Movement?

Mindful Movement is a Chrome extension developed by Unknown, and its main feature is "Take a Mindful Movement break!".

Extension Screenshots

screenshot

Download Mindful Movement Extension CRX File

Download Mindful Movement 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

                        Have you heard?  Sitting is the new smoking. Research shows we need movement. We all deserve inviting, flexible, open, engaging, and flexible work environments. Research shows that Mindful Movement is essential to physical and emotional health, increases productivity & creativity, and improves learning. Take a Mindful Movement break every 30 minutes or less.                    

Extension Basic Information

Name Mindful Movement Mindful Movement
ID ffdbcpmibnddpfbakccclilfadijdjko
Official URL https://chromewebstore.google.com/detail/mindful-movement/ffdbcpmibnddpfbakccclilfadijdjko
Description Take a Mindful Movement break!
File Size 15.26 KB
Installation Count 26
Current Version 1.2
Last Updated 2019-01-04
Publish Date 2019-01-04
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mindful Movement",
    "version": "1.2",
    "description": "Take a Mindful Movement break!",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}