Pomodoro Timer: To Boost Your Productivity
Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
Pomodoro Timer: To Boost Your Productivity란 무엇입니까?
Pomodoro Timer: To Boost Your Productivity은(는) Dhruv Jobanputra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work."입니다.
확장 프로그램 스크린샷
Pomodoro Timer: To Boost Your Productivity 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.
확장 프로그램 기본 정보
이름 | Pomodoro Timer: To Boost Your Productivity |
ID | cimgfefpecjidchfhanhmhbgkcjoiipj |
공식 URL | https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj |
설명 | Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work. |
파일 크기 | 161 KB |
설치 횟수 | 46 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-01-18 |
출시 날짜 | 2022-01-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Dhruv Jobanputra |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer: To Boost Your Productivity", "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } }, "web_accessible_resources": [ "\/images\/tomato128.png" ], "icons": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } } |