MicroBreak

Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.

What is MicroBreak?

MicroBreak is a Chrome extension developed by https://seankim.tech, and its main feature is "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.".

Extension Screenshots

screenshot

Download MicroBreak Extension CRX File

Download MicroBreak 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

                        Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for excessively long periods of time is a risk factor for early death.                    

Extension Basic Information

Name MicroBreak MicroBreak
ID ggnhlgpbddbpcgpcngkjapocmiljpblp
Official URL https://chromewebstore.google.com/detail/microbreak/ggnhlgpbddbpcgpcngkjapocmiljpblp
Description Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.
File Size 11.49 KB
Installation Count 90
Current Version 1.0
Last Updated 2018-02-23
Publish Date 2018-02-22
Rating 5.00/5 Total 1 Ratings
Developer https://seankim.tech
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MicroBreak",
    "description": "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "notifications"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "48.png"
    ]
}