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 to jest Anti-Sedentary Desktop Reminder?

Anti-Sedentary Desktop Reminder to rozszerzenie Chrome opracowane przez jin.alex, a jego główną funkcją jest „This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Anti-Sedentary Desktop Reminder

Pobierz pliki rozszerzeń Anti-Sedentary Desktop Reminder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A learning project.                    

Podstawowe informacje o rozszerzeniu

Nazwa Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
Oficjalny URL https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
Opis This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Rozmiar pliku 295 KB
Liczba instalacji 216
Aktualna Wersja 0.9
Ostatnia Aktualizacja 2017-03-05
Data Publikacji 2017-03-05
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper jin.alex
Typ Płatności free
Obsługiwane Języki 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"
    ]
}