ZOOM tab killer
Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
Cos'è ZOOM tab killer?
ZOOM tab killer è un'estensione di Chrome sviluppata da ptelad, e la sua funzione principale è "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZOOM tab killer
Scarica i file di estensione ZOOM tab killer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ecljipopiofdehgkinhohnldfaogdipo |
URL Ufficiale | https://chrome.google.com/webstore/detail/zoom-tab-killer/ecljipopiofdehgkinhohnldfaogdipo |
Descrizione | Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link. |
Dimensione del File | 26.32 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2021-05-27 |
Data di Pubblicazione | 2020-06-24 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | ptelad |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ptelad/zoom-tab-killer |
Lingue Supportate | 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 } } |