Interval Timer

It is a timer that can set the interval.

Interval Timerคืออะไร?

Interval Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Takashi Suzuki และคุณลักษณะหลักของมันคือ "It is a timer that can set the interval."

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

screenshot

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

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

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

                        When you set the time, the set timers will run in sequence.

It counts in the background and notifies you when it is time.

Please use it when you want to concentrate.
 
Interval Timer does not send your data to anywhere.

=== ver 1.1.1 ===
Added sound at the end of the alarm.                    

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

ชื่อ Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
คำอธิบาย It is a timer that can set the interval.
ขนาดไฟล์ 367 KB
จำนวนการติดตั้ง 1,977
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2020-04-26
คะแนน 4.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Takashi Suzuki
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/belltreeSzk/chrome-program-timer
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-16.png",
            "38": "images\/icon-32.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "notifications"
    ]
}