PomoTimer

A seriously minimalistic Pomodoro timer

O que é PomoTimer?

PomoTimer é uma extensão do Chrome desenvolvida por Marcus Johansson, e sua principal característica é "A seriously minimalistic Pomodoro timer".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PomoTimer

Baixe arquivos de extensão PomoTimer 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

                        The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.                    

Informações Básicas da Extensão

Nome PomoTimer PomoTimer
ID hefdcogdhfodpbcidnkecllmknddjghc
URL Oficial https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc
Descrição A seriously minimalistic Pomodoro timer
Tamanho do Arquivo 34.59 KB
Contagem de Instalações 37
Versão Atual 1.0.1
Última Atualização 2020-04-17
Data de Publicação 2020-04-17
Desenvolvedor Marcus Johansson
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/marcjoha/pomo-timer
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PomoTimer",
    "version": "1.0.1",
    "description": "A seriously minimalistic Pomodoro timer",
    "manifest_version": 2,
    "icons": {
        "16": "gfx\/icon-16.png",
        "48": "gfx\/icon-48.png",
        "128": "gfx\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "gfx\/icon-32.png",
        "default_title": "PomoTimer"
    },
    "offline_enabled": true
}