Pomodoro Focus

Block multiple sites to focus better on your work

Pomodoro Focusคืออะไร?

Pomodoro Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apoorva Singh และคุณลักษณะหลักของมันคือ "Block multiple sites to focus better on your work"

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

screenshot

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

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

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

                        PomodoroFocus is a web extension that helps you focus on your work by temporarily blocking distracting websites. After the block timer of 25 minutes runs out, your websites are available for you to view again.

This has been inspired by the Pomodoro Technique.                    

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

ชื่อ Pomodoro Focus Pomodoro Focus
ID gommonmfpieokloaboibjlahdcffignp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pomodoro-focus/gommonmfpieokloaboibjlahdcffignp
คำอธิบาย Block multiple sites to focus better on your work
ขนาดไฟล์ 6.12 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-01-26
วันที่เผยแพร่ 2018-01-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Apoorva Singh
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/apoorvasingh17/Pomodoro-Focus
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Focus",
    "description": "Block multiple sites to focus better on your work",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}