Tab Organizer

Organizes all tabs by alphabetical order grouping websites together with one click

Was ist Tab Organizer?

Tab Organizer ist eine Chrome-Erweiterung, die von wolfmac964 entwickelt wurde, und ihr Hauptmerkmal ist "Organizes all tabs by alphabetical order grouping websites together with one click".

Erweiterungsscreenshots

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

                        Organize Your Tab Bar With One Click!

If you're anything like me, then your projects are constantly filling up your browser with a ton of tabs, and trying to navigate through a mess of random tabs is not only annoying but also it takes up precious time and often disrupts your work flow.  This extension is a simple solution to that problem. Just click the extension icon once, and your tab bar will automatically rearrange itself, grouping by websites and ordered alphabetically. This extension makes your ugly mess of a tab bar organized, aesthetic, and easy to use. I promise once you use it once, you will never go back!
Questions? Email [email protected]
Download Now!                    

Grundlegende Informationen zur Erweiterung

Name Tab Organizer Tab Organizer
ID klejmohljepdfjiffcjcecidkdpjdafb
Offizielle URL https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb
Beschreibung Organizes all tabs by alphabetical order grouping websites together with one click
Dateigröße 70.36 KB
Installationsanzahl 277
Aktuelle Version 1.0.0
Letztes Update 2020-06-03
Veröffentlichungsdatum 2020-06-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler wolfmac964
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Organizer",
    "version": "1.0.0",
    "description": "Organizes all tabs by alphabetical order grouping websites together with one click",
    "author": "Mac Wolf",
    "short_name": "Tab Organizer",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    }
}