Pomodoro Edit

Notification for Pomodoro Edit

Cos'è Pomodoro Edit?

Pomodoro Edit è un'estensione di Chrome sviluppata da Seito Tanaka, e la sua funzione principale è "Notification for Pomodoro Edit".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pomodoro Edit

Scarica i file di estensione Pomodoro Edit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pomodoro Edit Pomodoro Edit
ID mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
URL Ufficiale https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
Descrizione Notification for Pomodoro Edit
Dimensione del File 228 KB
Conteggio Installazioni 25
Versione Corrente 3.0.3
Ultimo Aggiornamento 2022-01-02
Data di Pubblicazione 2020-05-14
Sviluppatore Seito Tanaka
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/seachicken/pomodoro-edit-webext
URL della Pagina di Aiuto https://github.com/seachicken/pomodoro-edit-webext/issues
Lingue Supportate 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\/"
    ]
}