ProTABS - The Tab Manager for Pros

"I got 99 problems, but a tab ain't one." An intelligent tab manager for the everyday user.

ProTABS - The Tab Manager for Pros란 무엇입니까?

ProTABS - The Tab Manager for Pros은(는) BkWare에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 ""I got 99 problems, but a tab ain't one." An intelligent tab manager for the everyday user."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ProTABS - The Tab Manager for Pros 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ProTABS is an intelligent tab manager designed to to make your life easier. It's particularly useful when dealing with large amounts of tabs, empowering you to work and browse more efficiently.

ProTABS effectively replaces many other extensions such as tree tabs, tab suspender, tab recycler, etc, and enables many powerful workflows such as:

▶ Pin your frequently used tabs (like email!) so you can refer back to them quickly and see any notifications at a glance.

▶ Create groups from your tabs and windows to categorise them by topic.

▶ See tabs grouped automatically by site and by topic.

▶ Save individual or groups of tabs for future reference. Star them, close them, then come back to them later!

▶ Quickly search for tabs by name, group, or by URL and switch back to them easily. 100% keyboard friendly, for the real Pro's!

▶ Rapidly switch back to your previous tab with a simple keyboard shortcut!

▶ Quickly find and restore tabs that you closed accidentally.

▶ Pop open a group of related tabs to a new window so you can focus on one topic at a time.


ProTABS can also work in the background to help keep your browsing efficient by:

▶ "Pausing" tabs after period of disuse, freeing up memory and making your browser run faster!

▶ "Tidying-up" your tabs automatically after a period of disuse by Saving and then closing them automatically. We'll tidy-up your tabs so that you don't have to! 

Happy ProTABBING!                    

확장 프로그램 기본 정보

이름 ProTABS - The Tab Manager for Pros ProTABS - The Tab Manager for Pros
ID hagccgdaknhhkbmchgnmeapckfipacfi
공식 URL https://chromewebstore.google.com/detail/protabs-the-tab-manager-f/hagccgdaknhhkbmchgnmeapckfipacfi
설명 "I got 99 problems, but a tab ain't one." An intelligent tab manager for the everyday user.
파일 크기 740 KB
설치 횟수 8,192
현재 버전 2.1.1
최근 업데이트 2020-02-11
출시 날짜 2020-02-11
평점 3.96/5 총 28 개의 평점
개발자 BkWare
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.protabs.expert
도움말 페이지 URL https://talk.protabs.expert
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProTABS - The Tab Manager for Pros",
    "short_name": "ProTABS",
    "description": "\"I got 99 problems, but a tab ain't one.\"  An intelligent tab manager for the everyday user.",
    "version": "2.1.1",
    "minimum_chrome_version": "55",
    "icons": {
        "16": ".\/static\/icons\/icon16.png",
        "32": ".\/static\/icons\/icon32.png",
        "48": ".\/static\/icons\/icon48.png",
        "128": ".\/static\/icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "frontend.html"
    },
    "background": {
        "page": "backend.html",
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            }
        },
        "alt-tab": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Switch between most recent tab."
        }
    },
    "permissions": [
        "tabs",
        "sessions",
        "webNavigation",
        "storage",
        "alarms"
    ]
}