TabTrum

Save & Launch your Browser Tab Combinations in a blink.

TabTrum란 무엇입니까?

TabTrum은(는) Shuvam Manna에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save & Launch your Browser Tab Combinations in a blink."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        We built TabTrum to address one key problem. 
There are multiple instances when we have quite a few tabs open on our browser, and that causes our devices to stutter. TabTrum is a tool that let's you take snapshots of open tabs so that you can sometimes close the Browser and free up RAM on your machine.

When you need the tabs next, simply click on "Launch Tabs" from the Snapshot and voila! You have your tabs ready to go.

With TabTrum, you can -
➡️ Open n tabs (duh),
➡️ Save them as a Snapshot when you're taking off,
➡️ Close the browser in peace,
➡️ Come back and launch all tabs at once !                    

확장 프로그램 기본 정보

이름 TabTrum TabTrum
ID jhfphbjeobgkfkhjapgihmpgphcikgik
공식 URL https://chromewebstore.google.com/detail/tabtrum/jhfphbjeobgkfkhjapgihmpgphcikgik
설명 Save & Launch your Browser Tab Combinations in a blink.
파일 크기 53.2 KB
설치 횟수 201
현재 버전 1.2.0
최근 업데이트 2021-02-22
출시 날짜 2020-11-22
평점 5.00/5 총 12 개의 평점
개발자 Shuvam Manna
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabtrum.live
도움말 페이지 URL https://twitter.com/tabtrumapp
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabTrum",
    "version": "1.2.0",
    "description": "Save & Launch your Browser Tab Combinations in a blink.",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "tabtrum_128.png"
        },
        "icons": {
            "16": "tabtrum_16.png",
            "32": "tabtrum_32.png",
            "48": "tabtrum_48.png",
            "128": "tabtrum_128.png"
        }
    }
}