Tab Groups Exporter

Utility to export tab groups

Cos'è Tab Groups Exporter?

Tab Groups Exporter è un'estensione di Chrome sviluppata da parthpower, e la sua funzione principale è "Utility to export tab groups".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Groups Exporter

Scarica i file di estensione Tab Groups Exporter 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

                        Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file.

It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/

Contributions are appreciated                    

Informazioni di Base sull'Estensione

Nome Tab Groups Exporter Tab Groups Exporter
ID hcfnlphlglikfflkikgilkebljgbnica
URL Ufficiale https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica
Descrizione Utility to export tab groups
Dimensione del File 33.63 KB
Conteggio Installazioni 588
Versione Corrente 0.1
Ultimo Aggiornamento 2021-09-10
Data di Pubblicazione 2021-09-06
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore parthpower
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/parthpower/chrome-tab-group-exporter
URL della Pagina di Aiuto https://github.com/parthpower/chrome-tab-group-exporter/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Groups Exporter",
    "description": "Utility to export tab groups",
    "version": "0.1",
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_title": "Export Tab Groups",
        "default_popup": "tabs_api.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 3
}