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…

Qu'est-ce que Tabs Genie ?

Tabs Genie est une extension Chrome développée par Drew Gallagher, et sa fonction principale est "Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tabs Genie

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

                        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.                    

Informations de Base sur l'Extension

Nom Tabs Genie Tabs Genie
ID agneehneblglmeilffcaaceoiidfgbcn
URL Officiel https://chromewebstore.google.com/detail/tabs-genie/agneehneblglmeilffcaaceoiidfgbcn
Description Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…
Taille du Fichier 75.81 KB
Nombre d'Installations 39
Version Actuelle 1.1
Dernière Mise à Jour 2023-03-04
Date de Publication 2023-02-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur Drew Gallagher
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}