Focus City
Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.
Was ist Focus City?
Focus City ist eine Chrome-Erweiterung, die von Lily DeHaven entwickelt wurde, und ihr Hauptmerkmal ist "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.".
Erweiterungsscreenshots
Focus City-Erweiterungs-CRX-Datei herunterladen
Laden Sie Focus City-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Focus City |
ID | fhohnhhfnhagcahimpcgkdbhpmheofce |
Offizielle URL | https://chromewebstore.google.com/detail/focus-city/fhohnhhfnhagcahimpcgkdbhpmheofce |
Beschreibung | Based on the pomodoro work method, Focus City, will help you with work, school, or anything else. |
Dateigröße | 246 MB |
Installationsanzahl | 33 |
Aktuelle Version | 3.0.0 |
Letztes Update | 2021-11-14 |
Veröffentlichungsdatum | 2021-09-09 |
Entwickler | Lily DeHaven |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |