Tab Shelf

Let's group and organize too many tabs!!

Was ist Tab Shelf?

Tab Shelf ist eine Chrome-Erweiterung, die von kota entwickelt wurde, und ihr Hauptmerkmal ist "Let's group and organize too many tabs!!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tab Shelf-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Shelf-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

                        Tab Shelf organizes tabs that are too open.

If you're using Chrome, you may end up with too many tabs and you cannot find the tab you want.
Tab Shelf is recommended in such cases.

Tab Shelf allows you to group open tabs and evacuate them.
For example, when you want to do online shopping while writing a article, save a lot of tabs for your material as a "Article materials". That way, the Chrome tabs are clean and you can focus on online shopping.

You can restore a saved tab at any time. If you close your browser, Tab Shelf is not forget tabs.                    

Grundlegende Informationen zur Erweiterung

Name Tab Shelf Tab Shelf
ID kjfciegmjpnkfackjbdpoioamkdhhplf
Offizielle URL https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf
Beschreibung Let's group and organize too many tabs!!
Dateigröße 17 KB
Installationsanzahl 521
Aktuelle Version 1.3.1
Letztes Update 2021-03-28
Veröffentlichungsdatum 2020-04-21
Bewertung 3.67/5 Insgesamt 9 Bewertungen
Entwickler kota
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Shelf",
    "description": "__MSG_description__",
    "version": "1.3.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}