Pomodoro Edit
Notification for Pomodoro Edit
Co to jest Pomodoro Edit?
Pomodoro Edit to rozszerzenie Chrome opracowane przez Seito Tanaka, a jego główną funkcją jest „Notification for Pomodoro Edit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pomodoro Edit
Pobierz pliki rozszerzeń Pomodoro Edit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Oficjalny URL | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Opis | Notification for Pomodoro Edit |
Rozmiar pliku | 228 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 3.0.3 |
Ostatnia Aktualizacja | 2022-01-02 |
Data Publikacji | 2020-05-14 |
Deweloper | Seito Tanaka |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/seachicken/pomodoro-edit-webext |
Adres URL Strony Pomocy | https://github.com/seachicken/pomodoro-edit-webext/issues |
Obsługiwane Języki | 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\/" ] } |