TabPort

Managing your tabs has never been easier. Easily download your tabs into your system and load them instantly with a single click !

TabPort란 무엇입니까?

TabPort은(는) Jiten Sidhpura에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Managing your tabs has never been easier. Easily download your tabs into your system and load them instantly with a single click !"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Your Browser tabs are important to you! Do you feel the need to store your tabs for later use but at the same time recover them instantly without compromising your privacy? 

TabPort makes it easy for you to download your tabs into your local system and recover them later with the ease of just a single button click. After downloading the tabs into the local system, users can safely close them. That helps them to reduce their battery consumption. One can also easily share their tabs with colleagues and team members by simply sharing the downloaded tabs file. You can either download all tabs from the browser window or deselect the tabs that you wish to not download. 


FEATURES
Easy to Use.
Download and Upload Tabs with a Single Button Click!
Easily Share Tabs with Others.

PRIVACY
Your data is in your control! Not only your bowsing data but also tabs do not leave your system. TabPort extension will fetch the webpage title and URL of all tabs from the current browser window. These details get stored in your local system only.

If you face any issues or have any suggestions please let me know. Your constructive feedback is appreciated.                    

확장 프로그램 기본 정보

이름 TabPort TabPort
ID dhkmlpcfghaaiiomhfdndoeghjmimafn
공식 URL https://chromewebstore.google.com/detail/tabport/dhkmlpcfghaaiiomhfdndoeghjmimafn
설명 Managing your tabs has never been easier. Easily download your tabs into your system and load them instantly with a single click !
파일 크기 175 KB
설치 횟수 30
현재 버전 0.0.0.4
최근 업데이트 2022-04-05
출시 날짜 2022-02-27
평점 5.00/5 총 6 개의 평점
개발자 Jiten Sidhpura
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabPort",
    "description": "Managing your tabs has never been easier. Easily download your tabs into your system and load them instantly with a single click !",
    "version": "0.0.0.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "TabPort Extension Icon 16.png",
        "48": "TabPort Extension Icon 48.png",
        "128": "TabPort Extension Icon 128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ]
}