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 |
官方網址 | 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" ] } |