Pomofocus Quality of Life
Extra features for pomofocus.io
Cos'è Pomofocus Quality of Life?
Pomofocus Quality of Life è un'estensione di Chrome sviluppata da mat_k, e la sua funzione principale è "Extra features for pomofocus.io".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pomofocus Quality of Life
Scarica i file di estensione Pomofocus Quality of Life 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
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.
Informazioni di Base sull'Estensione
Nome | Pomofocus Quality of Life |
ID | cgjcmonifjkgeepfjfbbhegbohehpfdp |
URL Ufficiale | https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp |
Descrizione | Extra features for pomofocus.io |
Dimensione del File | 101 KB |
Conteggio Installazioni | 108 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-05-23 |
Data di Pubblicazione | 2023-05-03 |
Sviluppatore | mat_k |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |