Pomodoro GYM
Improve your productivity and your health with these simple workouts!
Pomodoro GYM란 무엇입니까?
Pomodoro GYM은(는) onepopcorn.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your productivity and your health with these simple workouts!"입니다.
확장 프로그램 스크린샷
Pomodoro GYM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Even if you work from home or in an office, this extension will help you to stay focused and be healthy at the same time. Pomodoro GYM sends you a notification every couple of hours with a workout to do. Be more fit and boost your productivity. Configure the exercises and how often you want to see them. Deactivate the workouts you don't like or don't feel confortable with and let the extension pick a random one for you. NEW FEATURES: - Now it's possible tu create your own workouts (or anything else!) and used them along the default workouts. - Countdown for the next notification has been added on the settings panel.
확장 프로그램 기본 정보
이름 | Pomodoro GYM |
ID | obkeojiifjeicgdpdccibdjefhhkaelh |
공식 URL | https://chromewebstore.google.com/detail/pomodoro-gym/obkeojiifjeicgdpdccibdjefhhkaelh |
설명 | Improve your productivity and your health with these simple workouts! |
파일 크기 | 445 KB |
설치 횟수 | 112 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2022-01-14 |
출시 날짜 | 2020-07-01 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | onepopcorn.dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pomodoro GYM", "description": "Improve your productivity and your health with these simple workouts!", "browser_action": { "default_title": "Pomodoro GYM", "default_popup": "popup.html" }, "icons": { "16": "icons\/app-icon-16x16.png", "48": "icons\/app-icon-48x48.png", "128": "icons\/app-icon-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "fonts\/*.ttf", "icons\/*.svg" ], "offline_enabled": true, "version": "1.2.2" } |