Tab Organizer

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

Qu'est-ce que Tab Organizer ?

Tab Organizer est une extension Chrome développée par wolfmac964, et sa fonction principale est "Organizes all tabs by alphabetical order grouping websites together with one click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Organizer

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

                        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!                    

Informations de Base sur l'Extension

Nom Tab Organizer Tab Organizer
ID klejmohljepdfjiffcjcecidkdpjdafb
URL Officiel https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb
Description Organizes all tabs by alphabetical order grouping websites together with one click
Taille du Fichier 70.36 KB
Nombre d'Installations 277
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-06-03
Date de Publication 2020-06-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur wolfmac964
Type de Paiement free
Langues Prises en Charge 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"
    }
}