Unload Tab
Allows you to quickly unload (discard) tab in current window.
Cos'è Unload Tab?
Unload Tab è un'estensione di Chrome sviluppata da https://fastaddons.com, e la sua funzione principale è "Allows you to quickly unload (discard) tab in current window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unload Tab
Scarica i file di estensione Unload Tab 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
Unload Tab shows you list of tabs opened in the current window - click any of them to unload it (discard it).
To unload multiple pages, use Right Mouse Click.
To close multiple pages, use Middle Mouse Click.
Use top bar actions to:
- unload left tabs
- unload right tabs
- unload all tabs in current window
- unload all tabs in all windows
See my other extensions here:
https://fastaddons.com/
Support independent developer:
- I'm full-time extension developer and your donations is my only income. There are no ads in my extensions!
- Please support my work by:
- Buy me a coffee - https://ko-fi.com/fastaddons
- PayPal donation - https://paypal.me/fastaddons/
- be my Patron - https://liberapay.com/juraj.masiar/
Thank you! :)
Your donation will help me keep this extension working in future versions of Chrome! Informazioni di Base sull'Estensione
| Nome | |
| ID | jacifdaceeamhebaonnnaangpkajehjb |
| URL Ufficiale | https://chromewebstore.google.com/detail/unload-tab/jacifdaceeamhebaonnnaangpkajehjb |
| Descrizione | Allows you to quickly unload (discard) tab in current window. |
| Dimensione del File | 20.67 KB |
| Conteggio Installazioni | 1,509 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2023-08-25 |
| Data di Pubblicazione | 2020-08-13 |
| Valutazione | 4.64/5 Totale 14 Valutazioni |
| Sviluppatore | https://fastaddons.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://fastaddons.com/#unload_tab |
| URL della Pagina della Politica sulla Privacy | https://github.com/fastaddons/privacy_policy |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Unload Tab",
"version": "2.1",
"author": "Juraj M\u00e4siar",
"description": "Allows you to quickly unload (discard) tab in current window.",
"icons": {
"128": "128.png"
},
"action": {
"default_icon": {
"128": "128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
} | |