Pomodoro Edit

Notification for Pomodoro Edit

什么是Pomodoro Edit?

Pomodoro Edit是由Seito Tanaka开发的Chrome扩展程序,该扩展的主要功能是“Notification for Pomodoro Edit”。

扩展截图

screenshot
screenshot

下载Pomodoro Edit扩展crx文件

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

扩展使用说明

                        You can run Pomodoro Timer from your favorite text editor.

This extension can be used for:
* Notify finish of timer with the desktop notifications, so you can get notified when you are working in any applications.
* Remaining time is displayed on the icon badge, so you can focus on the task.

Currently supported text editor:
VSCode: https://marketplace.visualstudio.com/items?itemName=seitotanaka.vscode-pomodoro-edit                    

扩展基本信息

名称 Pomodoro Edit Pomodoro Edit
ID mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
官方URL https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
简介 Notification for Pomodoro Edit
文件大小 228 KB
安装次数 25
当前版本 3.0.3
更新时间 2022-01-02
上架时间 2020-05-14
开发者 Seito Tanaka
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/seachicken/pomodoro-edit-webext
帮助页面URL https://github.com/seachicken/pomodoro-edit-webext/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Edit",
    "description": "Notification for Pomodoro Edit",
    "version": "3.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/localhost\/"
    ]
}