Pomodoro GYM

Improve your productivity and your health with these simple workouts!

Pomodoro GYM là gì?

Pomodoro GYM là một tiện ích mở rộng Chrome được phát triển bởi onepopcorn.dev, và tính năng chính của nó là "Improve your productivity and your health with these simple workouts!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pomodoro GYM

Tải xuống các tệp mở rộng Pomodoro GYM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pomodoro GYM Pomodoro GYM
ID obkeojiifjeicgdpdccibdjefhhkaelh
URL Chính Thức https://chromewebstore.google.com/detail/pomodoro-gym/obkeojiifjeicgdpdccibdjefhhkaelh
Mô tả Improve your productivity and your health with these simple workouts!
Kích Thước Tệp 445 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2022-01-14
Ngày Phát Hành 2020-07-01
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển onepopcorn.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}