Pomodoro Chrome Extension

This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.

Pomodoro Chrome Extensionคืออะไร?

Pomodoro Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bashvlas.com และคุณลักษณะหลักของมันคือ "This simple plugin is based on The Pomodoro Technique, which is is a popular time management method."

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

screenshot
screenshot
screenshot

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

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

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

                        Pomodoro Chrome Extension gives you a simple user-friendly timer interface to utilize the pomodoro method.
Here is how to use it:

1. Click on the browser action icon.
2. Select number of minutes for the deep work session.
3. Work for the selected number of minutes :)

The extension does not require registration, it requires minimal permissions, and does not store your data.

It's open source:
https://github.com/bashvlas/pomodoro-chrome-extension                    

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

ชื่อ Pomodoro Chrome Extension Pomodoro Chrome Extension
ID iccjkhpkdhdhjiaocipcegfeoclioejn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pomodoro-chrome-extension/iccjkhpkdhdhjiaocipcegfeoclioejn
คำอธิบาย This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.
ขนาดไฟล์ 74.6 KB
จำนวนการติดตั้ง 9,411
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-03-25
วันที่เผยแพร่ 2020-03-25
คะแนน 4.83/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://bashvlas.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bashvlas.com/pomodoro-chrome-extension-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro Chrome Extension",
    "short_name": "Pomodoro",
    "version": "1.0.0",
    "description": "This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.",
    "icons": {
        "128": "\/img\/logo_red_128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/logo_red_19.png",
        "default_popup": "\/pages\/popup\/index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}