MultiTimer ZN

This multi timer will allow you to keep track of the time you spend on different activities.

MultiTimer ZNคืออะไร?

MultiTimer ZN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrej Babič และคุณลักษณะหลักของมันคือ "This multi timer will allow you to keep track of the time you spend on different activities."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        If you need to, or just wish to know how much time you dedicate to a specific activity, you may want to keep yourself on the clock. Keeping track of multiple activities can quickly become a nightmare. 

Fortunately for you, you have just found the tool you've always wished for (sort of:)

Key features:
  • Multiple timers, with multiple checkpoints.
  • Easy to modify and adjust.
  • The timers are persisent. Even if you close your browser they will be still waiting for you.
  • Timers can be exported to and imported from a file.
  • Keyboard shortcuts.
  
This extension was initially meant to be used to track time on different projects while freelancing. We are actually surprised by how useful it has turned out to be, so we have decided to share it. Since we eat our own dog food, any suggestions and feedbacks will be greatly appreciated :)                    

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

ชื่อ MultiTimer ZN MultiTimer ZN
ID mkeknbhnbobknhphlbmhoeibadjpflma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/multitimer-zn/mkeknbhnbobknhphlbmhoeibadjpflma
คำอธิบาย This multi timer will allow you to keep track of the time you spend on different activities.
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 892
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-08-12
วันที่เผยแพร่ 2013-08-12
คะแนน 4.58/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา Andrej Babič
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.linkedin.com/in/andrejbabic
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTimer ZN",
    "description": "This multi timer will allow you to keep track of the time you spend on different activities.",
    "version": "1.1",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "offline_enabled": true,
    "homepage_url": "http:\/\/www.linkedin.com\/in\/andrejbabic",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "page": "resources\/background.html"
    },
    "permissions": [
        "tabs"
    ]
}