TabShare

Share your tabs and groups easily!

Vad är TabShare?

TabShare är en Chrome-tillägg utvecklad av armandoifsantos, och dess huvudfunktion är "Share your tabs and groups easily!".

Tilläggsskärmbilder

screenshot

Ladda ner TabShare-förlängningens CRX-fil

Ladda ner TabShare-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn TabShare TabShare
ID ojddpkfajpkclolheliiimohojdcbgjf
Officiell webbadress https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf
Beskrivning Share your tabs and groups easily!
Filstorlek 10.51 MB
Antal Installationer 40
Aktuell Version 2.0.0
Senast Uppdaterad 2023-04-09
Publiceringsdatum 2021-12-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare armandoifsantos
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/bolt12/tabShare
Hjälpsida URL https://github.com/bolt12/tabShare
Stödda Språk 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"
    }
}