Focus City

Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.

O que é Focus City?

Focus City é uma extensão do Chrome desenvolvida por Lily DeHaven, e sua principal característica é "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Focus City

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

                        Focus City is a focus timer made for those times when you can't focus at all. It's based on the Pomodoro Technique where you take 20 minutes to focus and work, then 5 minutes to rest and take a break. Focus City will give you that rythmic feel so that you can get your work done.

Update: The timer now works completely and there are seconds displayed.                    

Informações Básicas da Extensão

Nome Focus City Focus City
ID fhohnhhfnhagcahimpcgkdbhpmheofce
URL Oficial https://chromewebstore.google.com/detail/focus-city/fhohnhhfnhagcahimpcgkdbhpmheofce
Descrição Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.
Tamanho do Arquivo 246 MB
Contagem de Instalações 33
Versão Atual 3.0.0
Última Atualização 2021-11-14
Data de Publicação 2021-09-09
Desenvolvedor Lily DeHaven
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": "Focus City",
    "version": "3.0.0",
    "description": "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.",
    "short_name": "Focus City",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/clock.png"
    },
    "icons": {
        "128": "assets\/clock.png"
    }
}