Pomodoro Clock

A simple Pomodoro Clock app that works on a desktop!

Pomodoro Clockคืออะไร?

Pomodoro Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.codehemu.com และคุณลักษณะหลักของมันคือ "A simple Pomodoro Clock app that works on a desktop!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pomodoro Clock

ดาวน์โหลดไฟล์ส่วนขยาย Pomodoro Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pomofocus is a customizable pomodoro timer that works on desktop & mobile browser. The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Codehemu.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pomodoro Clock Pomodoro Clock
ID ekfhggljofnkhmiannmagaaaohohmfdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pomodoro-clock/ekfhggljofnkhmiannmagaaaohohmfdh
คำอธิบาย A simple Pomodoro Clock app that works on a desktop!
ขนาดไฟล์ 2.41 MB
จำนวนการติดตั้ง 547
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-08-16
วันที่เผยแพร่ 2022-08-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.codehemu.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.codehemu.com/p/form.html
URL หน้านโยบายความเป็นส่วนตัว https://www.codehemu.com/p/privacy-policy.html
ภาษาที่รองรับ en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.codehemu.com\/p\/donate.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage"
    ],
    "short_name": "drum-pad",
    "version": "1.2"
}