ZOOM tab killer
Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
ZOOM tab killerคืออะไร?
ZOOM tab killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ptelad และคุณลักษณะหลักของมันคือ "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZOOM tab killer
ดาวน์โหลดไฟล์ส่วนขยาย ZOOM tab killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of ZOOM meeting tabs littering your chrome browser??? Let ZOOM TAB KILLER take care of business! ZOOM TAB KILLER will close the ZOOM meeting tab 10 sec. after the "success=true" query param is added or meeting is done and the page navigates to /postattendee This extension is open source! Please visit: https://github.com/ptelad/zoom-tab-killer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ecljipopiofdehgkinhohnldfaogdipo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/zoom-tab-killer/ecljipopiofdehgkinhohnldfaogdipo |
คำอธิบาย | Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link. |
ขนาดไฟล์ | 26.32 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2021-05-27 |
วันที่เผยแพร่ | 2020-06-24 |
คะแนน | 4.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | ptelad |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ptelad/zoom-tab-killer |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZOOM tab killer", "description": "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.", "version": "1.6", "manifest_version": 2, "permissions": [ "webNavigation", "tabs" ], "icons": { "128": "zoomkiller.png" }, "background": { "scripts": [ "zoomkiller.js" ], "persistent": false } } |