TabsFolder

Group your tabs into groups.

Was ist TabsFolder?

TabsFolder ist eine Chrome-Erweiterung, die von https://e-pot.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Group your tabs into groups.".

Erweiterungsscreenshots

screenshot

TabsFolder-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabsFolder-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

                        Add a kind of panorama like feature to chrome (but less pretty).

This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs.


With this extention, create groups and add tabs to them just with drag and drop.
Then choose the group of tab you want work with. You will not be disturb by the other tabs.
You can switch to an other tab group anytime you want.
Just close the group to close all the tabs inside it when you have finished to work with.

Now the extention keeps your pinned tabs open.

A git repository has been created. Fell free to fork or re-use it.
Some part of the code are in french though (sorry).
https://github.com/Conchylicultor/TabsFolder                    

Grundlegende Informationen zur Erweiterung

Name TabsFolder TabsFolder
ID pdfepgdcmifhbmldcofnkmnbabamjdnm
Offizielle URL https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm
Beschreibung Group your tabs into groups.
Dateigröße 155 KB
Installationsanzahl 1,395
Aktuelle Version 1.1.0
Letztes Update 2016-11-28
Veröffentlichungsdatum 2016-11-27
Bewertung 4.05/5 Insgesamt 65 Bewertungen
Entwickler https://e-pot.xyz
Zahlungsart free
Erweiterungswebsite https://github.com/Conchylicultor/TabsFolder
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabsFolder",
    "version": "1.1.0",
    "description": "Group your tabs into groups.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": {
        "name": "Conchilicultor",
        "email": "[email protected]"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/event_page.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/ba48.png",
        "default_title": "Organise your tabs"
    }
}