Tab organizer

Select multiple tabs and close them together. Group tabs. Remove duplicate tabs. Goto specific tab.

Was ist Tab organizer?

Tab organizer ist eine Chrome-Erweiterung, die von 独立韩秋 entwickelt wurde, und ihr Hauptmerkmal ist "Select multiple tabs and close them together. Group tabs. Remove duplicate tabs. Goto specific tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tab organizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab organizer-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

                        Too many tabs and tired of having to close them one by one to find the one you want? This extension lets you select multiple tabs and close them all at once. Tabs auto grouped/ordered.

选多个标签页一起关掉。标签页自动分类浏览,关掉重复标签页,去选定的标签页。

太多标签页,不想一个一个关掉才找到想去的那一个?这个插件让你选多个标签页并把它们一起关掉。标签页被自动分类排序。                    

Grundlegende Informationen zur Erweiterung

Name Tab organizer Tab organizer
ID mbmmpilinpiapfcmknmjgikgoeicadka
Offizielle URL https://chromewebstore.google.com/detail/tab-organizer/mbmmpilinpiapfcmknmjgikgoeicadka
Beschreibung Select multiple tabs and close them together. Group tabs. Remove duplicate tabs. Goto specific tab.
Dateigröße 559 KB
Installationsanzahl 119
Aktuelle Version 1.4.0
Letztes Update 2019-04-09
Veröffentlichungsdatum 2019-04-09
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler 独立韩秋
Zahlungsart free
Erweiterungswebsite https://github.com/gmachine1/close-multiple-tabs-chrome-extension
Hilfeseite URL https://github.com/gmachine1/close-multiple-tabs-chrome-extension
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tabs.html"
    },
    "description": "__MSG_description__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqiQV7dfAetqebwVI21Zw8iIRLKIFSLJAJTtoeR5asuFJOWOvbyzppFUHEm6eMy1QjlEHuco5\/1bryHj6MaehXAsGhnak64eU8j8ihpXD1x1hgwQvBCXBJPbGu5PH3VhsahsUniUVukpyw6ZWBL1mUmq5fo19sajmv2JSqgfLGsAdcC8ZWjCuNCvSihUjzgzkxupyeuNUTVIXYSurf9ePUfSfRlidKy8lWEt4HZiSrsFbhSdSM3uNnluofBkToRez5otEcBJPd68CJKrPr+rZMgZwFWOlnqVTsFhJXJWPIWax81jkTJGyDZhmiccTAu9DxwggW4DH6ysl1JpnzbOZtwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0",
    "default_locale": "en"
}