Tomato Timer

A pomodoro technique timer!

Tomato Timerคืออะไร?

Tomato Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bruno Freitas และคุณลักษณะหลักของมันคือ "A pomodoro technique timer!"

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

screenshot
screenshot
screenshot

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

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

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

                        Tomato timer is cool mode to use the pomodoro technique.

For learn more about the Pomodoro Technique: http://pomodorotechnique.com/

*Version 2.1.2: choose a sound!* 

* Start, pause and stop timer
* configurable intervals
* block domains to improve your focus
* cool sounds and icons                    

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

ชื่อ Tomato Timer Tomato Timer
ID hffgokcnajmdbklfcbdiopgnbjlpemmk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tomato-timer/hffgokcnajmdbklfcbdiopgnbjlpemmk
คำอธิบาย A pomodoro technique timer!
ขนาดไฟล์ 967 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2016-09-03
วันที่เผยแพร่ 2016-09-03
คะแนน 3.66/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา Bruno Freitas
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tomato Timer",
    "short_name": "TomatoTimer",
    "description": "A pomodoro technique timer!",
    "version": "2.1.2",
    "browser_action": {
        "default_icon": "images\/pomodoro-inactive-19.png",
        "default_title": "Tomato Timer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "tomato.js"
        ]
    },
    "icons": {
        "16": "images\/pomodoro-inactive-19.png",
        "48": "images\/pomodoro-inactive-48.png",
        "128": "images\/pomodoro-inactive-128.png"
    },
    "options_page": "options.html"
}