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.
¿Qué es Anti-Sedentary Desktop Reminder?
Anti-Sedentary Desktop Reminder es una extensión de Chrome desarrollada por jin.alex, y su función principal es "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Anti-Sedentary Desktop Reminder
Descarga archivos de extensión Anti-Sedentary Desktop Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A learning project.
Información Básica de la Extensión
Nombre | |
ID | occnmkldimeeohichfkokhangifpbdgf |
URL Oficial | https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf |
Descripción | This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen. |
Tamaño del Archivo | 295 KB |
Cantidad de Instalaciones | 216 |
Versión Actual | 0.9 |
Última Actualización | 2017-03-05 |
Fecha de Publicación | 2017-03-05 |
Calificación | 3.50/5 Total de 2 Calificaciones |
Desarrollador | jin.alex |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |