TabShare

Share your tabs and groups easily!

O que é TabShare?

TabShare é uma extensão do Chrome desenvolvida por armandoifsantos, e sua principal característica é "Share your tabs and groups easily!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TabShare

Baixe arquivos de extensão TabShare no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome TabShare TabShare
ID ojddpkfajpkclolheliiimohojdcbgjf
URL Oficial https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf
Descrição Share your tabs and groups easily!
Tamanho do Arquivo 10.51 MB
Contagem de Instalações 40
Versão Atual 2.0.0
Última Atualização 2023-04-09
Data de Publicação 2021-12-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor armandoifsantos
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/bolt12/tabShare
URL da Página de Ajuda https://github.com/bolt12/tabShare
Idiomas Suportados 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"
    }
}