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.
What is Anti-Sedentary Desktop Reminder?
Anti-Sedentary Desktop Reminder is a Chrome extension developed by jin.alex, and its main feature is "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".
Extension Screenshots
Download Anti-Sedentary Desktop Reminder Extension CRX File
Download Anti-Sedentary Desktop Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A learning project.
Extension Basic Information
Name | |
ID | occnmkldimeeohichfkokhangifpbdgf |
Official URL | https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf |
Description | This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen. |
File Size | 295 KB |
Installation Count | 216 |
Current Version | 0.9 |
Last Updated | 2017-03-05 |
Publish Date | 2017-03-05 |
Rating | 3.50/5 Total 2 Ratings |
Developer | jin.alex |
Payment Type | free |
Supported Languages | 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" ] } |