Pomodoro Edit

Notification for Pomodoro Edit

Hvad er Pomodoro Edit?

Pomodoro Edit er en Chrome-udvidelse udviklet af Seito Tanaka, og dens hovedfunktion er "Notification for Pomodoro Edit".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Pomodoro Edit-udvidelses-CRX-fil

Download Pomodoro Edit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Pomodoro Edit Pomodoro Edit
ID mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
Officiel URL https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
Beskrivelse Notification for Pomodoro Edit
Filstørrelse 228 KB
Antal Installationer 25
Nuværende Version 3.0.3
Senest Opdateret 2022-01-02
Udgivelsesdato 2020-05-14
Udvikler Seito Tanaka
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/seachicken/pomodoro-edit-webext
Hjælpeside-URL https://github.com/seachicken/pomodoro-edit-webext/issues
Understøttede Sprog 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\/"
    ]
}