Pomofocus Quality of Life

Extra features for pomofocus.io

什麼是Pomofocus Quality of Life?

Pomofocus Quality of Life是由mat_k開發的Chrome擴展程式,該擴展的主要功能是“Extra features for pomofocus.io”。

擴展截圖

screenshot
screenshot

下載Pomofocus Quality of Life擴展crx文件

下載Pomofocus Quality of Life擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}