Dual Timer

A dual timer for time-boxing.

Dual Timerคืออะไร?

Dual Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย log1 และคุณลักษณะหลักของมันคือ "A dual timer for time-boxing."

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

screenshot

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

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

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

                        A dual timer designed for productivity. Both timers are independent, and when timer ends the other begins. When a timer has finished, a small sound is played, and when all rounds are complete a small tune is played. Perfect for study or work. Improve focus and productivity by this timer.                    

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

ชื่อ Dual Timer Dual Timer
ID lkoinkcniagamfneakdjgbngnkooigdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh
คำอธิบาย A dual timer for time-boxing.
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 0.2102
อัปเดตครั้งล่าสุด 2021-07-31
วันที่เผยแพร่ 2021-06-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา log1
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/LexingtonWhalen/ChromeIntervalTimer
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": ".\/images\/16x16.png",
        "32": ".\/images\/32x32.png",
        "48": ".\/images\/48x48.png",
        "128": ".\/images\/128x128.png"
    },
    "name": "Dual Timer",
    "description": "A dual timer for time-boxing.",
    "version": "0.2102",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "options_page": ".\/html\/options.html",
    "browser_action": {
        "default_popup": ".\/html\/popup.html",
        "default_icon": ".\/images\/128x128.png"
    }
}