Tomato Pie

A new UI for Pomodoro Technique. Peek into your working status with ease

O que é Tomato Pie?

Tomato Pie é uma extensão do Chrome desenvolvida por http://t9t.io, e sua principal característica é "A new UI for Pomodoro Technique. Peek into your working status with ease".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tomato Pie

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

                        Features
- start new tomato from TODO
- red part: 25 minutes for one tomato
- green part: 5 minutes for rest
- show tomatoes of last 12 hours on clock
- view tomato history on calendar
- override default page for new tab
- indicate time on the extension icon
- get notifications when a tomato is finished

Source code and more introductions:

- https://github.com/t9tio/tomato-pie                    

Informações Básicas da Extensão

Nome Tomato Pie Tomato Pie
ID gffgechdocgfajkbpinmjjjlkjfjampi
URL Oficial https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi
Descrição A new UI for Pomodoro Technique. Peek into your working status with ease
Tamanho do Arquivo 68.03 KB
Contagem de Instalações 1,000
Versão Atual 2.8
Última Atualização 2019-10-22
Data de Publicação 2019-10-22
Classificação 4.27/5 Total de 11 Avaliações
Desenvolvedor http://t9t.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/t9tio/tomato-pie
URL da Página de Ajuda https://github.com/t9tio/tomato-pie/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "timqian",
    "homepage_url": "https:\/\/github.com\/t9tio\/tomato-pie",
    "name": "Tomato Pie",
    "description": "A new UI for Pomodoro Technique. Peek into your working status with ease",
    "version": "2.8",
    "icons": {
        "128": "assets\/tomato.png"
    },
    "browser_action": {
        "default_icon": "assets\/tomato.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}