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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 ZOOM tab killer 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
Eメール [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
    }
}