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
官方URL 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": [
                ""
            ]
        }
    ]
}