Better Group Tabs

Easily convert your Chrome tabs to a list, save tabs in one or more groups and restore them back to tabs in a click.

Better Group Tabs란 무엇입니까?

Better Group Tabs은(는) chromio.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily convert your Chrome tabs to a list, save tabs in one or more groups and restore them back to tabs in a click."입니다.

확장 프로그램 스크린샷

screenshot

Better Group Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The most convenient way to keep your tabs organized

Save your open tabs into a list and restore back any time
Feeling familiar when too many tabs open at the same time and browser slows down? Group Tabs is specifically designed to make your browser experience comfortable by converting your open tabs into a list and group tabs the way it would work best for you. You can always easily restore the tabs, choosing one specific tab or all tabs at once.

Reduce your computer memory consumption
Having your multiple Chrome tabs organized into a list does not only ease your browsing experience but also helps to reduce your computer memory consumption up to 95% and CPU usage. You will find your browser working faster and prevent tabs from cluttering.

Easy to use
Group Tabs allows reordering and grouping tabs the way you like it. It’s made extremely easy to operate the tabs – you can drag and drop them to reach the right order for you, and hold down the Ctrl or Cmd key while restoring tabs, so that they remain in your list.

You do not need to worry that your tab list will disappear accidentally if Chrome crash happens or if you restart your computer – your list will be automatically saved. Take a few seconds to install Group Tabs to Chrome and make your browsing experience even more convenient.                    

확장 프로그램 기본 정보

이름 Better Group Tabs Better Group Tabs
ID mmjaoaafcnfpgjlhkoopnnlhmkjmeglg
공식 URL https://chromewebstore.google.com/detail/better-group-tabs/mmjaoaafcnfpgjlhkoopnnlhmkjmeglg
설명 Easily convert your Chrome tabs to a list, save tabs in one or more groups and restore them back to tabs in a click.
파일 크기 90.31 KB
설치 횟수 746
현재 버전 1.1.0
최근 업데이트 2021-06-24
출시 날짜 2020-09-07
평점 5.00/5 총 3 개의 평점
개발자 chromio.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/groupTabs.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/grouptabs_browser_icon-16px.png",
            "32": "images\/grouptabs_browser_icon-32px.png"
        },
        "default_popup": "popup.html",
        "default_title": "Group Tabs - Easily Manage Your Chrome Tabs"
    },
    "description": "Easily convert your Chrome tabs to a list, save tabs in one or more groups and restore them back to tabs in a click.",
    "icons": {
        "16": "images\/grouptabs_icon-16px.png",
        "24": "images\/grouptabs_icon-24px.png",
        "32": "images\/grouptabs_icon-32px.png",
        "64": "images\/grouptabs_icon-64px.png",
        "128": "images\/grouptabs_icon-128px.png"
    },
    "manifest_version": 2,
    "name": "Better Group Tabs",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}