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.

Wat is Anti-Sedentary Desktop Reminder?

Anti-Sedentary Desktop Reminder is een Chrome-extensie ontwikkeld door jin.alex, en de belangrijkste functie is "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Anti-Sedentary Desktop Reminder

Download Anti-Sedentary Desktop Reminder-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

                        A learning project.                    

Basisinformatie over de Extensie

Naam Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
Officiële URL https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
Beschrijving This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Bestandsgrootte 295 KB
Aantal Installaties 216
Huidige Versie 0.9
Laatst Bijgewerkt 2017-03-05
Publicatiedatum 2017-03-05
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar jin.alex
Betalingswijze free
Ondersteunde Talen 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"
    ]
}