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.
Cos'è Anti-Sedentary Desktop Reminder?
Anti-Sedentary Desktop Reminder è un'estensione di Chrome sviluppata da jin.alex, e la sua funzione principale è "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anti-Sedentary Desktop Reminder
Scarica i file di estensione Anti-Sedentary Desktop Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A learning project.
Informazioni di Base sull'Estensione
Nome | |
ID | occnmkldimeeohichfkokhangifpbdgf |
URL Ufficiale | https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf |
Descrizione | This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen. |
Dimensione del File | 295 KB |
Conteggio Installazioni | 216 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2017-03-05 |
Data di Pubblicazione | 2017-03-05 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | jin.alex |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |