Pomofocus Quality of Life
Extra features for pomofocus.io
Hvad er Pomofocus Quality of Life?
Pomofocus Quality of Life er en Chrome-udvidelse udviklet af mat_k, og dens hovedfunktion er "Extra features for pomofocus.io".
Udvidelsesskærmbilleder
Download Pomofocus Quality of Life-udvidelses-CRX-fil
Download Pomofocus Quality of Life-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Pomofocus Quality of Life |
ID | cgjcmonifjkgeepfjfbbhegbohehpfdp |
Officiel URL | https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp |
Beskrivelse | Extra features for pomofocus.io |
Filstørrelse | 101 KB |
Antal Installationer | 108 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2023-05-23 |
Udgivelsesdato | 2023-05-03 |
Udvikler | mat_k |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |