Focus City

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

Wat is Focus City?

Focus City is een Chrome-extensie ontwikkeld door Lily DeHaven, en de belangrijkste functie is "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Focus City

Download Focus City-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Focus City Focus City
ID fhohnhhfnhagcahimpcgkdbhpmheofce
Officiële URL https://chromewebstore.google.com/detail/focus-city/fhohnhhfnhagcahimpcgkdbhpmheofce
Beschrijving Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.
Bestandsgrootte 246 MB
Aantal Installaties 33
Huidige Versie 3.0.0
Laatst Bijgewerkt 2021-11-14
Publicatiedatum 2021-09-09
Ontwikkelaar Lily DeHaven
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}