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.
什么是Anti-Sedentary Desktop Reminder?
Anti-Sedentary Desktop Reminder是由jin.alex开发的Chrome扩展程序,该扩展的主要功能是“This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.”。
扩展截图
下载Anti-Sedentary Desktop Reminder扩展crx文件
下载Anti-Sedentary Desktop Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A learning project.
扩展基本信息
名称 | |
ID | occnmkldimeeohichfkokhangifpbdgf |
官方URL | https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf |
简介 | This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen. |
文件大小 | 295 KB |
安装次数 | 216 |
当前版本 | 0.9 |
更新时间 | 2017-03-05 |
上架时间 | 2017-03-05 |
评分 | 3.50/5 共2次评分 |
开发者 | jin.alex |
付费类型 | free |
支持的语言 | 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" ] } |