Tabs Genie

Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…

Was ist Tabs Genie?

Tabs Genie ist eine Chrome-Erweiterung, die von Drew Gallagher entwickelt wurde, und ihr Hauptmerkmal ist "Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…".

Erweiterungsscreenshots

screenshot

Tabs Genie-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabs Genie-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

                        Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs are always a problem!

Too many tabs will clutter your browser, your mind, and deter your productivity. 

What if you could stop organizing and just get stuff done? 

Introducing Tabs Genie, the auto tab sorter. 

It's very simple. It sorts your chrome tabs in the background at the frequency you choose. 

Select a frequency (or go with the default of every second) and let Tabs Genie do all the work.

Stop wasting time organizing your tab order and getting lost in the chrome tab jungle. 

Let Tabs Genie do it for you.                    

Grundlegende Informationen zur Erweiterung

Name Tabs Genie Tabs Genie
ID agneehneblglmeilffcaaceoiidfgbcn
Offizielle URL https://chromewebstore.google.com/detail/tabs-genie/agneehneblglmeilffcaaceoiidfgbcn
Beschreibung Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…
Dateigröße 75.81 KB
Installationsanzahl 39
Aktuelle Version 1.1
Letztes Update 2023-03-04
Veröffentlichungsdatum 2023-02-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Drew Gallagher
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabs Genie",
    "version": "1.1",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}