Pomodoro Edit
Notification for Pomodoro Edit
Pomodoro Edit là gì?
Pomodoro Edit là một tiện ích mở rộng Chrome được phát triển bởi Seito Tanaka, và tính năng chính của nó là "Notification for Pomodoro Edit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pomodoro Edit
Tải xuống các tệp mở rộng Pomodoro Edit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
URL Chính Thức | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Mô tả | Notification for Pomodoro Edit |
Kích Thước Tệp | 228 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 3.0.3 |
Cập Nhật Lần Cuối | 2022-01-02 |
Ngày Phát Hành | 2020-05-14 |
Nhà Phát Triển | Seito Tanaka |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/seachicken/pomodoro-edit-webext |
URL Trang Trợ Giúp | https://github.com/seachicken/pomodoro-edit-webext/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |