TabShare

Share your tabs and groups easily!

Cos'è TabShare?

TabShare è un'estensione di Chrome sviluppata da armandoifsantos, e la sua funzione principale è "Share your tabs and groups easily!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TabShare

Scarica i file di estensione TabShare 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

                        TabShare is an innovative Chrome extension designed to make sharing and organizing multiple links not only effortless but also enjoyable. Whether you're collaborating on a project, sharing fascinating articles with friends, or researching options for your next purchase, TabShare takes the process of sharing and opening multiple tabs to the next level.

Say goodbye to the tedious task of copying and pasting links one by one. With TabShare, you can share and open all your links at once, saving you precious time and hassle. And now, with QR Code support, sharing and loading multiple tabs has never been easier!                    

Informazioni di Base sull'Estensione

Nome TabShare TabShare
ID ojddpkfajpkclolheliiimohojdcbgjf
URL Ufficiale https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf
Descrizione Share your tabs and groups easily!
Dimensione del File 10.51 MB
Conteggio Installazioni 40
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-04-09
Data di Pubblicazione 2021-12-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore armandoifsantos
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bolt12/tabShare
URL della Pagina di Aiuto https://github.com/bolt12/tabShare
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabShare",
    "description": "Share your tabs and groups easily!",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "128": "icon\/tabShare.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}