Pomodoro Edit
Notification for Pomodoro Edit
Wat is Pomodoro Edit?
Pomodoro Edit is een Chrome-extensie ontwikkeld door Seito Tanaka, en de belangrijkste functie is "Notification for Pomodoro Edit".
Extensie Screenshots
Download het CRX-bestand van de extensie Pomodoro Edit
Download Pomodoro Edit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Officiële URL | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Beschrijving | Notification for Pomodoro Edit |
Bestandsgrootte | 228 KB |
Aantal Installaties | 25 |
Huidige Versie | 3.0.3 |
Laatst Bijgewerkt | 2022-01-02 |
Publicatiedatum | 2020-05-14 |
Ontwikkelaar | Seito Tanaka |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/seachicken/pomodoro-edit-webext |
Help Pagina-URL | https://github.com/seachicken/pomodoro-edit-webext/issues |
Ondersteunde Talen | 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\/" ] } |