Time Calculator
Quickly and easily add up hours and minutes.
Time Calculatorคืออะไร?
Time Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Dermody และคุณลักษณะหลักของมันคือ "Quickly and easily add up hours and minutes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Calculator
ดาวน์โหลดไฟล์ส่วนขยาย Time Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a simple solution to adding up the hours and minutes you've worked in any given time period. It is ideal for shift workers who need to quickly and simply add up the hours and minutes they've worked so far in any given day or week. changelog: update 3.1 Now you can have this chrome extension customised to your company colours and logo. update 3 added scrolling feature for calculating both shifts and adding hours and minutes. Also added infinite number of extra fields. update 2.1.4 update to event tracking in Google Analytics update 2.1.3 animation added, extra instruction text update 2.1.2 adds universal analytics tracking code update 2.1.1 adds analytics tracking code update 2.1 adds "add fields" button for multiple shifts/calculations
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Time Calculator |
ID | ehildbclipkplmjfidlkkplaieiglaml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/time-calculator/ehildbclipkplmjfidlkkplaieiglaml |
คำอธิบาย | Quickly and easily add up hours and minutes. |
ขนาดไฟล์ | 457 KB |
จำนวนการติดตั้ง | 80,148 |
เวอร์ชันปัจจุบัน | 3.1 |
อัปเดตครั้งล่าสุด | 2015-11-16 |
วันที่เผยแพร่ | 2015-11-16 |
คะแนน | 3.30/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Chris Dermody |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Calculator", "description": "Quickly and easily add up hours and minutes.", "version": "3.1", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "page": "bg.html" }, "permissions": [], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |