Anti-Sedentary Desktop Reminder

This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.

Qu'est-ce que Anti-Sedentary Desktop Reminder ?

Anti-Sedentary Desktop Reminder est une extension Chrome développée par jin.alex, et sa fonction principale est "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Anti-Sedentary Desktop Reminder

Téléchargez les fichiers d'extension Anti-Sedentary Desktop Reminder 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

                        A learning project.                    

Informations de Base sur l'Extension

Nom Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
URL Officiel https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
Description This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Taille du Fichier 295 KB
Nombre d'Installations 216
Version Actuelle 0.9
Dernière Mise à Jour 2017-03-05
Date de Publication 2017-03-05
Évaluation 3.50/5 Total 2 Évaluations
Développeur jin.alex
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-Sedentary Desktop Reminder",
    "version": "0.9",
    "manifest_version": 2,
    "description": "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.",
    "browser_action": {
        "default_icon": "images\/sitting.png",
        "default_title": "Get Up",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "images\/man41.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "background"
    ]
}