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.
O que é Anti-Sedentary Desktop Reminder?
Anti-Sedentary Desktop Reminder é uma extensão do Chrome desenvolvida por jin.alex, e sua principal característica é "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Anti-Sedentary Desktop Reminder
Baixe arquivos de extensão Anti-Sedentary Desktop Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A learning project.
Informações Básicas da Extensão
Nome | |
ID | occnmkldimeeohichfkokhangifpbdgf |
URL Oficial | https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf |
Descrição | This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen. |
Tamanho do Arquivo | 295 KB |
Contagem de Instalações | 216 |
Versão Atual | 0.9 |
Última Atualização | 2017-03-05 |
Data de Publicação | 2017-03-05 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | jin.alex |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |