MS-Lab Break Reminder
This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each…
什麼是MS-Lab Break Reminder?
MS-Lab Break Reminder是由http://yanghuang.net開發的Chrome擴展程式,該擴展的主要功能是“This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each…”。
下載MS-Lab Break Reminder擴展crx文件
下載MS-Lab Break Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each break action, you will receive the notification both by audio and visual, then you need to stop your work and take the action(s).
擴展基本資訊
名稱 | |
ID | dbabigaanjcabmaoighfngllhmjnimbj |
官方網址 | https://chrome.google.com/webstore/detail/ms-lab-break-reminder/dbabigaanjcabmaoighfngllhmjnimbj |
簡介 | This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each… |
檔案大小 | 216 KB |
安裝次數 | 15 |
目前版本 | 1.0.6.1 |
更新時間 | 2014-09-10 |
上架時間 | 2014-09-10 |
評分 | 3.50/5 共 4 次評分 |
開發者 | http://yanghuang.net |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "author": "Yang Huang", "background": { "persistent": true, "scripts": [ ".\/javascripts\/jquery-1.11.0.min.js", ".\/javascripts\/core.js", "background.js" ] }, "browser_action": { "default_icon": ".\/assets\/icon.png", "default_popup": "status.html" }, "default_locale": "en", "description": "", "icons": { "128": ".\/assets\/icon.png", "16": ".\/assets\/icon.png", "48": ".\/assets\/icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApjPIafKwcFlRsH85ACh2SHchmJ0V9t2Hxawfgvu7lr934fPjL5rvV9LRxkGKTgf5QJvw7xxsTf7JVZIlTPQpHe+w2zu0zaBUDMp0cRNyieFjFssvGMhIvqtTvUOZdu8m+itvEh+Ol7XYeIROq29aqT+ZVGbv+bVfTqaiAiZ1K15i\/nMGMDpqzNNkgKas5Lzm+0Cpk4xt3mz8ZNCR7j0hgbdCQD\/3WoJgaWF7W2kLfpgkoVhab0SGTlRd3KDvgOBq1jopqa+QxzDzt9qSYZ3cJ7HaM1xgr1KI+HqA+AMb\/V7i06muds+Rd18sJEh\/P4LDjeMdTZoh+6z0IkaDD+Q5zwIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "options_page": "options.html", "permissions": [ "notifications", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6.1" } |