Pomodoro Edit
Notification for Pomodoro Edit
Что такое Pomodoro Edit?
Pomodoro Edit - это расширение Chrome, разработанное Seito Tanaka, и его основная функция - "Notification for Pomodoro Edit".
Снимки экрана расширения
Скачать файл CRX расширения Pomodoro Edit
Скачайте файлы расширений Pomodoro Edit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Официальный URL | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Описание | Notification for Pomodoro Edit |
Размер файла | 228 KB |
Количество установок | 25 |
Текущая Версия | 3.0.3 |
Последнее Обновление | 2022-01-02 |
Дата публикации | 2020-05-14 |
Разработчик | Seito Tanaka |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/seachicken/pomodoro-edit-webext |
URL страницы помощи | https://github.com/seachicken/pomodoro-edit-webext/issues |
Поддерживаемые языки | 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\/" ] } |