Unload Tab

Allows you to quickly unload (discard) tab in current window.

Qu'est-ce que Unload Tab ?

Unload Tab est une extension Chrome développée par https://fastaddons.com, et sa fonction principale est "Allows you to quickly unload (discard) tab in current window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unload Tab

Téléchargez les fichiers d'extension Unload Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Unload Tab Unload Tab
ID jacifdaceeamhebaonnnaangpkajehjb
URL Officiel https://chromewebstore.google.com/detail/unload-tab/jacifdaceeamhebaonnnaangpkajehjb
Description Allows you to quickly unload (discard) tab in current window.
Taille du Fichier 20.67 KB
Nombre d'Installations 1,509
Version Actuelle 2.1
Dernière Mise à Jour 2023-08-25
Date de Publication 2020-08-13
Évaluation 4.64/5 Total 14 Évaluations
Développeur https://fastaddons.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fastaddons.com/#unload_tab
URL de la Page de Politique de Confidentialité https://github.com/fastaddons/privacy_policy
Langues Prises en Charge 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"
    ]
}