Pomodoro Clock

A simple Pomodoro Clock app that works on a desktop!

什么是Pomodoro Clock?

Pomodoro Clock是由https://www.codehemu.com开发的Chrome扩展程序,该扩展的主要功能是“A simple Pomodoro Clock app that works on a desktop!”。

扩展截图

screenshot
screenshot

下载Pomodoro Clock扩展crx文件

下载Pomodoro Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Pomofocus is a customizable pomodoro timer that works on desktop & mobile browser. The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Codehemu.                    

扩展基本信息

名称 Pomodoro Clock Pomodoro Clock
ID ekfhggljofnkhmiannmagaaaohohmfdh
官方URL https://chromewebstore.google.com/detail/pomodoro-clock/ekfhggljofnkhmiannmagaaaohohmfdh
简介 A simple Pomodoro Clock app that works on a desktop!
文件大小 2.41 MB
安装次数 547
当前版本 1.2
更新时间 2022-08-16
上架时间 2022-08-16
评分 5.00/5 共1次评分
开发者 https://www.codehemu.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.codehemu.com/p/form.html
隐私政策页面URL https://www.codehemu.com/p/privacy-policy.html
支持的语言 en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.codehemu.com\/p\/donate.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage"
    ],
    "short_name": "drum-pad",
    "version": "1.2"
}