Pomofocus Quality of Life

Extra features for pomofocus.io

Pomofocus Quality of Life là gì?

Pomofocus Quality of Life là một tiện ích mở rộng Chrome được phát triển bởi mat_k, và tính năng chính của nó là "Extra features for pomofocus.io".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pomofocus Quality of Life

Tải xuống các tệp mở rộng Pomofocus Quality of Life dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pomofocus Quality of Life Pomofocus Quality of Life
ID cgjcmonifjkgeepfjfbbhegbohehpfdp
URL Chính Thức https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp
Mô tả Extra features for pomofocus.io
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2023-05-03
Nhà Phát Triển mat_k
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}