Pomofocus Quality of Life
Extra features for pomofocus.io
Was ist Pomofocus Quality of Life?
Pomofocus Quality of Life ist eine Chrome-Erweiterung, die von mat_k entwickelt wurde, und ihr Hauptmerkmal ist "Extra features for pomofocus.io".
Erweiterungsscreenshots
Pomofocus Quality of Life-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pomofocus Quality of Life-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
If you're enough of a pomofocus.io power user to use the premium pomofocus offering, this extension may help your workflow. - Enhanced todoist integration: send tasks over directly from todoist. - Project filters: make a long pomofocus backlog more manageable. These simple features can go a long way to make any large projects you work on more digestible.
Grundlegende Informationen zur Erweiterung
Name | Pomofocus Quality of Life |
ID | cgjcmonifjkgeepfjfbbhegbohehpfdp |
Offizielle URL | https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp |
Beschreibung | Extra features for pomofocus.io |
Dateigröße | 101 KB |
Installationsanzahl | 108 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-05-23 |
Veröffentlichungsdatum | 2023-05-03 |
Entwickler | mat_k |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pomofocus Quality of Life", "version": "1.0.2", "description": "Extra features for pomofocus.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "dist\/background.js" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/pomofocus.io\/*", "https:\/\/todoist.com\/*" ] } |