ZOOM tab killer
Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
什麼是ZOOM tab killer?
ZOOM tab killer是由ptelad開發的Chrome擴展程式,該擴展的主要功能是“Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.”。
擴展截圖
下載ZOOM tab killer擴展crx文件
下載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 |
官方網址 | 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 } } |