TabShare

Share your tabs and groups easily!

Hvad er TabShare?

TabShare er en Chrome-udvidelse udviklet af armandoifsantos, og dens hovedfunktion er "Share your tabs and groups easily!".

Udvidelsesskærmbilleder

screenshot

Download TabShare-udvidelses-CRX-fil

Download TabShare-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn TabShare TabShare
ID ojddpkfajpkclolheliiimohojdcbgjf
Officiel URL https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf
Beskrivelse Share your tabs and groups easily!
Filstørrelse 10.51 MB
Antal Installationer 40
Nuværende Version 2.0.0
Senest Opdateret 2023-04-09
Udgivelsesdato 2021-12-27
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler armandoifsantos
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/bolt12/tabShare
Hjælpeside-URL https://github.com/bolt12/tabShare
Understøttede Sprog 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"
    }
}