Group Tabs

Quickly open groups of commonly used tabs.

Group Tabs란 무엇입니까?

Group Tabs은(는) sbrand83에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly open groups of commonly used tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        GroupTabs is a Chrome Extension that allows you to quickly open all of your most commonly used sites all at once. Save yourself the time of having to open your favorite sites individually when you next need them. With one click, you will have immediate access to all of these sites in a new browser window.

Similarly to the way bookmarks save you time when opening a frequently used website, GroupTabs saves you time and helps you stay organized when you find yourself using the same set of sites day after day. Whether it is for work or leisure, GroupTabs can help you be more productive when starting a new task.

With GroupTabs, you can easily create, edit, and open all the sites you need with the click of a button. Any changes you make are automatically synced across all of your computers that have GroupTabs installed.                    

확장 프로그램 기본 정보

이름 Group Tabs Group Tabs
ID fojepcodbhkphgfpillkokfenpmgpela
공식 URL https://chromewebstore.google.com/detail/group-tabs/fojepcodbhkphgfpillkokfenpmgpela
설명 Quickly open groups of commonly used tabs.
파일 크기 91.6 KB
설치 횟수 21
현재 버전 1.0.1
최근 업데이트 2018-02-15
출시 날짜 2018-02-15
개발자 sbrand83
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Group Tabs",
    "description": "Quickly open groups of commonly used tabs.",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_popup": "popup.html",
        "default_title": "GroupTabs"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}