Tab Shelf

Let's group and organize too many tabs!!

Cos'è Tab Shelf?

Tab Shelf è un'estensione di Chrome sviluppata da kota, e la sua funzione principale è "Let's group and organize too many tabs!!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tab Shelf

Scarica i file di estensione Tab Shelf in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab Shelf Tab Shelf
ID kjfciegmjpnkfackjbdpoioamkdhhplf
URL Ufficiale https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf
Descrizione Let's group and organize too many tabs!!
Dimensione del File 17 KB
Conteggio Installazioni 521
Versione Corrente 1.3.1
Ultimo Aggiornamento 2021-03-28
Data di Pubblicazione 2020-04-21
Valutazione 3.67/5 Totale 9 Valutazioni
Sviluppatore kota
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}