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