Pomodoro Timer PRO

Pomodoro Timer is a free and great tool that can help you boost your productivity and quality of your work.

Pomodoro Timer PROคืออะไร?

Pomodoro Timer PRO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thebestwebservices และคุณลักษณะหลักของมันคือ "Pomodoro Timer is a free and great tool that can help you boost your productivity and quality of your work."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Capabilities:
1. Run after installation
2. Setting up work and break time
3. Manual start, stop and restart the timer
4. Blacklist/Whitelist switcher
5. Configure the list of sites that will be blocked/allowed during the work mode
6. Auto-block the site, if the tab has already been opened
7. Long break after each 4th pomodoro 
8. Timer deactivation after 15 minutes of inactivity
9. Ability to select notification sound or disable sound completely

Changelog:

v1.0.1
- Removed "tabs" permission

v1.0.0
- More fresh design
- Now by default after starting the browser the timer will be stopped. You can change it on Options page
- Timer deactivation after 15 minutes of inactivity
- Added notification sounds with ability to disable or change sound

v0.3.0
- Added ability to change texts in popups

I will be glad to listen to all the comments and wishes.                    

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

ชื่อ Pomodoro Timer PRO Pomodoro Timer PRO
ID bpakimmhdmcbgbcnhanfcpelcnookihi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pomodoro-timer-pro/bpakimmhdmcbgbcnhanfcpelcnookihi
คำอธิบาย Pomodoro Timer is a free and great tool that can help you boost your productivity and quality of your work.
ขนาดไฟล์ 306 KB
จำนวนการติดตั้ง 4,539
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-04-12
วันที่เผยแพร่ 2018-12-27
คะแนน 4.10/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา thebestwebservices
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "notifications",
        "storage",
        "idle",
        "activeTab",
        ""
    ],
    "web_accessible_resources": [
        "img\/red\/icon48.png",
        "img\/red\/icon128.png"
    ],
    "browser_action": {
        "default_title": "Pomodoro Timer",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/red\/icon16.png",
        "32": "img\/red\/icon32.png",
        "48": "img\/red\/icon48.png",
        "128": "img\/red\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}