Pomodoro Edit
Notification for Pomodoro Edit
Vad är Pomodoro Edit?
Pomodoro Edit är en Chrome-tillägg utvecklad av Seito Tanaka, och dess huvudfunktion är "Notification for Pomodoro Edit".
Tilläggsskärmbilder
Ladda ner Pomodoro Edit-förlängningens CRX-fil
Ladda ner Pomodoro Edit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Officiell webbadress | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Beskrivning | Notification for Pomodoro Edit |
Filstorlek | 228 KB |
Antal Installationer | 25 |
Aktuell Version | 3.0.3 |
Senast Uppdaterad | 2022-01-02 |
Publiceringsdatum | 2020-05-14 |
Utvecklare | Seito Tanaka |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/seachicken/pomodoro-edit-webext |
Hjälpsida URL | https://github.com/seachicken/pomodoro-edit-webext/issues |
Stödda Språk | 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\/" ] } |