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!”。

擴展截圖

screenshot
screenshot

下載Pomodoro GYM擴展crx文件

下載Pomodoro GYM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Pomodoro GYM
ID obkeojiifjeicgdpdccibdjefhhkaelh
官方網址 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"
}