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.

Vad är Anti-Sedentary Desktop Reminder?

Anti-Sedentary Desktop Reminder är en Chrome-tillägg utvecklad av jin.alex, och dess huvudfunktion är "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Anti-Sedentary Desktop Reminder-förlängningens CRX-fil

Ladda ner Anti-Sedentary Desktop Reminder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A learning project.                    

Grundläggande Information om Tillägg

Namn Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
Officiell webbadress https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
Beskrivning This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Filstorlek 295 KB
Antal Installationer 216
Aktuell Version 0.9
Senast Uppdaterad 2017-03-05
Publiceringsdatum 2017-03-05
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare jin.alex
Betalningssätt free
Stödda Språk 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"
    ]
}