Pomodoro Edit
Notification for Pomodoro Edit
Was ist Pomodoro Edit?
Pomodoro Edit ist eine Chrome-Erweiterung, die von Seito Tanaka entwickelt wurde, und ihr Hauptmerkmal ist "Notification for Pomodoro Edit".
Erweiterungsscreenshots
Pomodoro Edit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pomodoro Edit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
| Offizielle URL | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
| Beschreibung | Notification for Pomodoro Edit |
| Dateigröße | 228 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 3.0.3 |
| Letztes Update | 2022-01-02 |
| Veröffentlichungsdatum | 2020-05-14 |
| Entwickler | Seito Tanaka |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/seachicken/pomodoro-edit-webext |
| Hilfeseite URL | https://github.com/seachicken/pomodoro-edit-webext/issues |
| Unterstützte Sprachen | 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\/"
]
} | |