Focus City
Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.
Cos'è Focus City?
Focus City è un'estensione di Chrome sviluppata da Lily DeHaven, e la sua funzione principale è "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Focus City
Scarica i file di estensione Focus City in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fhohnhhfnhagcahimpcgkdbhpmheofce |
| URL Ufficiale | https://chromewebstore.google.com/detail/focus-city/fhohnhhfnhagcahimpcgkdbhpmheofce |
| Descrizione | Based on the pomodoro work method, Focus City, will help you with work, school, or anything else. |
| Dimensione del File | 246 MB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 3.0.0 |
| Ultimo Aggiornamento | 2021-11-14 |
| Data di Pubblicazione | 2021-09-09 |
| Sviluppatore | Lily DeHaven |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |