TabShare

Share your tabs and groups easily!

什麼是TabShare?

TabShare是由armandoifsantos開發的Chrome擴展程式,該擴展的主要功能是“Share your tabs and groups easily!”。

擴展截圖

screenshot

下載TabShare擴展crx文件

下載TabShare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 TabShare TabShare
ID ojddpkfajpkclolheliiimohojdcbgjf
官方網址 https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf
簡介 Share your tabs and groups easily!
檔案大小 10.51 MB
安裝次數 40
目前版本 2.0.0
更新時間 2023-04-09
上架時間 2021-12-27
評分 5.00/5 共 2 次評分
開發者 armandoifsantos
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/bolt12/tabShare
說明頁面URL https://github.com/bolt12/tabShare
支援的語言 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"
    }
}