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 |
官方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 } } |