Tab Bankrupter

Declare 'tab bankruptcy' without losing your links.

Qu'est-ce que Tab Bankrupter ?

Tab Bankrupter est une extension Chrome développée par Unknown, et sa fonction principale est "Declare 'tab bankruptcy' without losing your links.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Tab Bankrupter 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

                        Faced with an overwhelming number of browser tabs sapping your focus and slowing down your computer? 

Time to declare tab bankruptcy.

Tab Bankrupter lets you instantly close all your tabs without quitting. It also preserves a record of your bankruptcies, just in case you closed something by accident. And Tab Bankrupter skips pinned tabs, so you can hold onto Gmail, or whatever else you still want open.

**Privacy**

• Tab Bankrupter has access only to the metadata about your tabs — URL and title being the most interesting.

• Tab Bankrupter keeps all your data on your computer. It does not share your data or actions with anybody.

• Tab Bankrupter does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera.                    

Informations de Base sur l'Extension

Nom Tab Bankrupter Tab Bankrupter
ID pndipmgldhbejkehopnbbpjgidkbiimh
URL Officiel https://chromewebstore.google.com/detail/tab-bankrupter/pndipmgldhbejkehopnbbpjgidkbiimh
Description Declare 'tab bankruptcy' without losing your links.
Taille du Fichier 52.81 KB
Nombre d'Installations 100
Version Actuelle 0.2.0
Dernière Mise à Jour 2022-03-03
Date de Publication 2016-07-07
Évaluation 5.00/5 Total 4 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/jsvine/tab-bankrupter
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Bankrupter",
    "description": "Declare 'tab bankruptcy' without losing your links.",
    "version": "0.2.0",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "pages\/popup.html"
    }
}