Pomofocus Quality of Life

Extra features for pomofocus.io

Apa itu Pomofocus Quality of Life?

Pomofocus Quality of Life adalah ekstensi Chrome yang dikembangkan oleh mat_k, dan fitur utamanya adalah "Extra features for pomofocus.io".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pomofocus Quality of Life

Unduh file ekstensi Pomofocus Quality of Life dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pomofocus Quality of Life Pomofocus Quality of Life
ID cgjcmonifjkgeepfjfbbhegbohehpfdp
URL Resmi https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp
Deskripsi Extra features for pomofocus.io
Ukuran File 101 KB
Jumlah Instalasi 108
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-05-23
Tanggal Publikasi 2023-05-03
Pengembang mat_k
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}