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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |