Pomodoro Edit

Notification for Pomodoro Edit

What is Pomodoro Edit?

Pomodoro Edit is a Chrome extension developed by Seito Tanaka, and its main feature is "Notification for Pomodoro Edit".

Extension Screenshots

screenshot
screenshot

Download Pomodoro Edit Extension CRX File

Download Pomodoro Edit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Pomodoro Edit Pomodoro Edit
ID mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
Official URL https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
Description Notification for Pomodoro Edit
File Size 228 KB
Installation Count 25
Current Version 3.0.3
Last Updated 2022-01-02
Publish Date 2020-05-14
Developer Seito Tanaka
Email [email protected]
Payment Type free
Extension Website https://github.com/seachicken/pomodoro-edit-webext
Help Page URL https://github.com/seachicken/pomodoro-edit-webext/issues
Supported Languages 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\/"
    ]
}