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.

Co je Anti-Sedentary Desktop Reminder?

Anti-Sedentary Desktop Reminder je rozšíření Chrome vyvinuté jin.alex, a jeho hlavní funkcí je „This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Anti-Sedentary Desktop Reminder

Stáhněte si soubory rozšíření Anti-Sedentary Desktop Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A learning project.                    

Základní Informace o Rozšíření

Název Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
Oficiální URL https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
Popis This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Velikost souboru 295 KB
Počet instalací 216
Aktuální Verze 0.9
Poslední Aktualizace 2017-03-05
Datum Vydání 2017-03-05
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář jin.alex
Typ Platby free
Podporované Jazyky 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"
    ]
}