Tabs Closer

Cleans up your windows/tabs with 1 click of a mouse button

Was ist Tabs Closer?

Tabs Closer ist eine Chrome-Erweiterung, die von http://tabscloser.com entwickelt wurde, und ihr Hauptmerkmal ist "Cleans up your windows/tabs with 1 click of a mouse button".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tabs Closer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabs Closer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cleans up your windows/tabs with 1 click of a mouse button

The app is smart enough to close only those that are really needed to close.
For Example:
* Duplicate blank tabs
* Excess tabs to the right-most
* Excess tabs to the left-most
* Empty Windows (without tabs)

Note:
* It will not close those tabs that are pinned.

Short background:
This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.                    

Grundlegende Informationen zur Erweiterung

Name Tabs Closer Tabs Closer
ID dhbpdnegbgnjkfnacjdgpkmcffmpbimi
Offizielle URL https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi
Beschreibung Cleans up your windows/tabs with 1 click of a mouse button
Dateigröße 116 KB
Installationsanzahl 49
Aktuelle Version 0.2.9
Letztes Update 2014-02-19
Veröffentlichungsdatum 2014-02-19
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler http://tabscloser.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://tabscloser.com
Hilfeseite URL http://tabscloser.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Closer",
    "version": "0.2.9",
    "description": "Cleans up your windows\/tabs with 1 click of a mouse button",
    "icons": {
        "48": "img\/clean_48.png",
        "128": "img\/clean_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/lib\/jquery-1.7.1.min.js",
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/clean.png",
        "default_title": "Tabs Closer"
    },
    "homepage_url": "http:\/\/tabscloser.com",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}