Pomofocus Quality of Life

Extra features for pomofocus.io

Co to jest Pomofocus Quality of Life?

Pomofocus Quality of Life to rozszerzenie Chrome opracowane przez mat_k, a jego główną funkcją jest „Extra features for pomofocus.io”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pomofocus Quality of Life

Pobierz pliki rozszerzeń Pomofocus Quality of Life w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pomofocus Quality of Life Pomofocus Quality of Life
ID cgjcmonifjkgeepfjfbbhegbohehpfdp
Oficjalny URL https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp
Opis Extra features for pomofocus.io
Rozmiar pliku 101 KB
Liczba instalacji 108
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-05-23
Data Publikacji 2023-05-03
Deweloper mat_k
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}