Tab Close Timer
Closes the tab after specified time!
Tab Close Timerคืออะไร?
Tab Close Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aditya Mhatre และคุณลักษณะหลักของมันคือ "Closes the tab after specified time!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Close Timer
ดาวน์โหลดไฟล์ส่วนขยาย Tab Close Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watching YouTube videos for extended number of times and want to control it? Now you can with this extension. Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Close Timer |
ID | fjcngjmpebbfdjpndmlbfoldgiinpfcf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf |
คำอธิบาย | Closes the tab after specified time! |
ขนาดไฟล์ | 15.29 KB |
จำนวนการติดตั้ง | 3,119 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-01-19 |
วันที่เผยแพร่ | 2022-01-18 |
คะแนน | 4.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Aditya Mhatre |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Close Timer", "description": "Closes the tab after specified time!", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "alarms" ], "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } } |