Focus: One Big Thing
Maximize your day to day productivity by focusing on One Big Thing at a time.
Was ist Focus: One Big Thing?
Focus: One Big Thing ist eine Chrome-Erweiterung, die von Dash Technology entwickelt wurde, und ihr Hauptmerkmal ist "Maximize your day to day productivity by focusing on One Big Thing at a time.".
Erweiterungsscreenshots
Focus: One Big Thing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Focus: One Big Thing-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
Feeling overwhelmed by the tasks you to deal with? Don't create a never ending todo list. Focus on one big thing for the day and do it well. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | elfaofgcmbelodgmbhdhokiolkmebfga |
| Offizielle URL | https://chromewebstore.google.com/detail/focus-one-big-thing/elfaofgcmbelodgmbhdhokiolkmebfga |
| Beschreibung | Maximize your day to day productivity by focusing on One Big Thing at a time. |
| Dateigröße | 853 KB |
| Installationsanzahl | 458 |
| Aktuelle Version | 0.7 |
| Letztes Update | 2021-05-07 |
| Veröffentlichungsdatum | 2020-10-14 |
| Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
| Entwickler | Dash Technology |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Focus: One Big Thing",
"description": "Maximize your day to day productivity by focusing on One Big Thing at a time.",
"version": "0.7",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "logo_16.png",
"48": "logo_48.png",
"128": "logo_128.png"
},
"permissions": [
"geolocation",
"storage"
],
"manifest_version": 2
} | |