TabShare

Share your tabs and groups easily!

Was ist TabShare?

TabShare ist eine Chrome-Erweiterung, die von armandoifsantos entwickelt wurde, und ihr Hauptmerkmal ist "Share your tabs and groups easily!".

Erweiterungsscreenshots

screenshot

TabShare-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabShare-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name TabShare TabShare
ID ojddpkfajpkclolheliiimohojdcbgjf
Offizielle URL https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf
Beschreibung Share your tabs and groups easily!
Dateigröße 10.51 MB
Installationsanzahl 40
Aktuelle Version 2.0.0
Letztes Update 2023-04-09
Veröffentlichungsdatum 2021-12-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler armandoifsantos
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/bolt12/tabShare
Hilfeseite URL https://github.com/bolt12/tabShare
Unterstützte Sprachen 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"
    }
}