T-Minus
Countdown Task Timer
T-Minusคืออะไร?
T-Minus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pharley64 และคุณลักษณะหลักของมันคือ "Countdown Task Timer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย T-Minus
ดาวน์โหลดไฟล์ส่วนขยาย T-Minus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A countdown Timer, T-minus allows the user to enter a time, start the timer and store records for time worked for up to 31 days. It tracks time for a session, day and week. The user can also download records in a spreadsheet-friendly format. This tool was designed by an experienced search engine evaluator for task-based work.
The 'storage' permission is required to utilize HTML Local Storage. No personal data is collected or transferred to a 3rd party, and no login is required. All of your records are kept in-browser. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kfhnlpcfmdajlffldiahgkdcdjiipbgi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/t-minus/kfhnlpcfmdajlffldiahgkdcdjiipbgi |
| คำอธิบาย | Countdown Task Timer |
| ขนาดไฟล์ | 545 KB |
| จำนวนการติดตั้ง | 77 |
| เวอร์ชันปัจจุบัน | 0.922 |
| อัปเดตครั้งล่าสุด | 2023-05-20 |
| วันที่เผยแพร่ | 2022-04-27 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | pharley64 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | http://recogblog.com/help.html |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "T-Minus",
"description": "Countdown Task Timer",
"version": "0.922",
"manifest_version": 3,
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage",
"downloads"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/t_minus_16.png",
"32": "img\/t_minus_32.png",
"48": "img\/t_minus_48.png",
"128": "img\/t_minus_128.png"
}
},
"options_page": "options.html",
"icons": {
"16": "img\/t_minus_16.png",
"32": "img\/t_minus_32.png",
"48": "img\/t_minus_48.png",
"128": "img\/t_minus_128.png"
}
} | |