CubeFit Reminders
Balance your work day with standing and sitting.
什麼是CubeFit Reminders?
CubeFit Reminders是由CubeFit開發的Chrome擴展程式,該擴展的主要功能是“Balance your work day with standing and sitting.”。
擴展截圖
下載CubeFit Reminders擴展crx文件
下載CubeFit Reminders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The CubeFit Reminders extension allows you to set up reminders to stand or sit at your desk. You also remind yourself to give your eyes a 20 second break from staring at a computer screen. And for those who find themselves entrapped in tasks, you can give yourself a reminder to get up and stretch your legs on a coffee break. There's even an ability to set your own reminders.
擴展基本資訊
名稱 | |
ID | bnemmiklgdolmpnaanahldelacgeemgf |
官方網址 | https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf |
簡介 | Balance your work day with standing and sitting. |
檔案大小 | 926 KB |
安裝次數 | 311 |
目前版本 | 1.0 |
更新時間 | 2016-09-19 |
上架時間 | 2016-09-19 |
評分 | 3.86/5 共 7 次評分 |
開發者 | CubeFit |
付費類型 | free |
擴展官網 | http://www.getcubefit.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CubeFit Reminders", "short_name": "CubeFit Reminders", "description": "Balance your work day with standing and sitting.", "version": "1.0", "minimum_chrome_version": "23", "icons": { "16": "img\/logo_only_16.png", "48": "img\/logo_only_48.png", "128": "img\/logo_only_128.png" }, "background": { "scripts": [ "lib\/moment.min.js", "js\/tasks.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "CubeFit Reminders", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage", "alarms", "notifications", "tabs" ] } |