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.

Wat is MicroBreak?

MicroBreak is een Chrome-extensie ontwikkeld door https://seankim.tech, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MicroBreak

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

                        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.                    

Basisinformatie over de Extensie

Naam MicroBreak MicroBreak
ID ggnhlgpbddbpcgpcngkjapocmiljpblp
Officiële URL https://chromewebstore.google.com/detail/microbreak/ggnhlgpbddbpcgpcngkjapocmiljpblp
Beschrijving Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.
Bestandsgrootte 11.49 KB
Aantal Installaties 90
Huidige Versie 1.0
Laatst Bijgewerkt 2018-02-23
Publicatiedatum 2018-02-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://seankim.tech
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}