Pomo

Pomodoro Chrome Extention

什麼是Pomo?

Pomo是由loganwnielson開發的Chrome擴展程式,該擴展的主要功能是“Pomodoro Chrome Extention”。

擴展截圖

screenshot
screenshot
screenshot

下載Pomo擴展crx文件

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

擴展使用說明

                        A pomodoro study timer that is simple and easy to access. Pomo has a 25 minute study timer, 5 minute break timer, and 15 minute break timer. The Pomo icon in the top right corner will appear white when not in use (or paused), red when the timer is active, and change to green when the timer has ended. Additionally, if chrome notifications are enabled a notification banner or alert will appear notifying you that your timer has ended.                    

擴展基本資訊

名稱 Pomo Pomo
ID bneanonpffbjccglpdobjokkggaokhjc
官方網址 https://chromewebstore.google.com/detail/pomo/bneanonpffbjccglpdobjokkggaokhjc
簡介 Pomodoro Chrome Extention
檔案大小 230 KB
安裝次數 39
目前版本 1.0.0
更新時間 2023-07-20
上架時間 2023-07-19
評分 5.00/5 共 2 次評分
開發者 loganwnielson
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomo",
    "description": "Pomodoro Chrome Extention",
    "version": "1.0.0",
    "icons": {
        "16": "white16icon.png",
        "48": "white48icon.png",
        "128": "white128icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "white16icon.png",
            "48": "white48icon.png",
            "128": "white128icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "red16icon.png",
                "green16icon.png",
                "white16icon.png",
                "red48icon.png",
                "green48icon.png",
                "white48icon.png",
                "red128icon.png",
                "green128icon.png",
                "white128icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}