Pomofocus Quality of Life
Extra features for pomofocus.io
Wat is Pomofocus Quality of Life?
Pomofocus Quality of Life is een Chrome-extensie ontwikkeld door mat_k, en de belangrijkste functie is "Extra features for pomofocus.io".
Extensie Screenshots
Download het CRX-bestand van de extensie Pomofocus Quality of Life
Download Pomofocus Quality of Life-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
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.
Basisinformatie over de Extensie
Naam | Pomofocus Quality of Life |
ID | cgjcmonifjkgeepfjfbbhegbohehpfdp |
Officiële URL | https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp |
Beschrijving | Extra features for pomofocus.io |
Bestandsgrootte | 101 KB |
Aantal Installaties | 108 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-05-23 |
Publicatiedatum | 2023-05-03 |
Ontwikkelaar | mat_k |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |