TabShare

Share your tabs and groups easily!

TabShare란 무엇입니까?

TabShare은(는) armandoifsantos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share your tabs and groups easily!"입니다.

확장 프로그램 스크린샷

screenshot

TabShare 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}