Pomodoro GYM

Improve your productivity and your health with these simple workouts!

O que é Pomodoro GYM?

Pomodoro GYM é uma extensão do Chrome desenvolvida por onepopcorn.dev, e sua principal característica é "Improve your productivity and your health with these simple workouts!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pomodoro GYM

Baixe arquivos de extensão Pomodoro GYM no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pomodoro GYM Pomodoro GYM
ID obkeojiifjeicgdpdccibdjefhhkaelh
URL Oficial https://chromewebstore.google.com/detail/pomodoro-gym/obkeojiifjeicgdpdccibdjefhhkaelh
Descrição Improve your productivity and your health with these simple workouts!
Tamanho do Arquivo 445 KB
Contagem de Instalações 112
Versão Atual 1.2.2
Última Atualização 2022-01-14
Data de Publicação 2020-07-01
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor onepopcorn.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}