TabShare

Share your tabs and groups easily!

Qu'est-ce que TabShare ?

TabShare est une extension Chrome développée par armandoifsantos, et sa fonction principale est "Share your tabs and groups easily!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TabShare

Téléchargez les fichiers d'extension TabShare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom TabShare TabShare
ID ojddpkfajpkclolheliiimohojdcbgjf
URL Officiel https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf
Description Share your tabs and groups easily!
Taille du Fichier 10.51 MB
Nombre d'Installations 40
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-04-09
Date de Publication 2021-12-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur armandoifsantos
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bolt12/tabShare
URL de la Page d'Aide https://github.com/bolt12/tabShare
Langues Prises en Charge 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"
    }
}