Pomofocus Quality of Life

Extra features for pomofocus.io

ما هو Pomofocus Quality of Life؟

Pomofocus Quality of Life هو إضافة Chrome تم تطويرها بواسطة mat_k، والميزة الرئيسية لها هي "Extra features for pomofocus.io".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Pomofocus Quality of Life

قم بتنزيل ملفات الامتداد Pomofocus Quality of Life بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Pomofocus Quality of Life Pomofocus Quality of Life
ID cgjcmonifjkgeepfjfbbhegbohehpfdp
عنوان URL الرسمي https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp
الوصف Extra features for pomofocus.io
حجم الملف 101 KB
عدد التثبيتات 108
النسخة الحالية 1.0.2
آخر تحديث 2023-05-23
تاريخ النشر 2023-05-03
المطور mat_k
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}