Pomodoro - MUST
Checks active tomato.es session and sends annoying notifications if you're not in pomodoro mode.
Pomodoro - MUST란 무엇입니까?
Pomodoro - MUST은(는) Arminas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks active tomato.es session and sends annoying notifications if you're not in pomodoro mode."입니다.
확장 프로그램 스크린샷
Pomodoro - MUST 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's not easy for all of us to stay in pomodoro mode. Constant struggle to don't forget on/off timers can be discouraging. At the same time working with pomodoros brings efficiency and greatly reduces procrastination. This extension utilizes already great pomodoro tool tomato.es and adds annoying browser notifications to constantly remind you that you MUST be in pomodoro mode. Advantages: Lightweight: If you close tomato.es tab extension becomes completely idle and is removed from the memory. Just re-open it again and extension will start its work! Safe: No 3rd party calls, your data stays secure in the tab <-> extension communication channel. Full source code can be found on https://github.com/ziogas/pomodoro-must
확장 프로그램 기본 정보
이름 | |
ID | fgfijdapfaaflemmapmdegapgmhgfkhh |
공식 URL | https://chrome.google.com/webstore/detail/pomodoro-must/fgfijdapfaaflemmapmdegapgmhgfkhh |
설명 | Checks active tomato.es session and sends annoying notifications if you're not in pomodoro mode. |
파일 크기 | 21.79 KB |
설치 횟수 | 83 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2017-06-18 |
출시 날짜 | 2017-06-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Arminas |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ziogas/pomodoro-must |
도움말 페이지 URL | https://github.com/ziogas/pomodoro-must |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro - MUST", "version": "1.0.2", "manifest_version": 2, "description": "Checks active tomato.es session and sends annoying notifications if you're not in pomodoro mode.", "homepage_url": "https:\/\/github.com\/ziogas\/pomodoro-must", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "notifications", "tabs", "http:\/\/www.tomato.es\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.tomato.es\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |