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.

Qu'est-ce que MicroBreak ?

MicroBreak est une extension Chrome développée par https://seankim.tech, et sa fonction principale est "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MicroBreak

Téléchargez les fichiers d'extension MicroBreak au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MicroBreak MicroBreak
ID ggnhlgpbddbpcgpcngkjapocmiljpblp
URL Officiel 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.
Taille du Fichier 11.49 KB
Nombre d'Installations 90
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-23
Date de Publication 2018-02-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://seankim.tech
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}