Pomodoro Edit

Notification for Pomodoro Edit

Pomodoro Editคืออะไร?

Pomodoro Edit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Seito Tanaka และคุณลักษณะหลักของมันคือ "Notification for Pomodoro Edit"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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\/"
    ]
}