Tab Groups

Organize your browser tabs into groups and access them quickly anywhere with a single click

Tab Groups란 무엇입니까?

Tab Groups은(는) Yuriy Husnay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize your browser tabs into groups and access them quickly anywhere with a single click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Lets you create groups of frequently used tabs and synchronize saved tab groups between all your computers.

Save all related tabs in a group and reopen when needed, whole group or one particular tab, in current window or make a fresh start in a new one.                    

확장 프로그램 기본 정보

이름 Tab Groups Tab Groups
ID hipnhfelcpeakkbodboaekadfleolnbi
공식 URL https://chromewebstore.google.com/detail/tab-groups/hipnhfelcpeakkbodboaekadfleolnbi
설명 Organize your browser tabs into groups and access them quickly anywhere with a single click
파일 크기 862 KB
설치 횟수 2,549
현재 버전 1.2.0
최근 업데이트 2018-11-02
출시 날짜 2018-11-02
평점 3.30/5 총 27 개의 평점
개발자 Yuriy Husnay
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.2.0",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "26": "assets\/app-icons\/icon-26.png",
        "48": "assets\/app-icons\/icon-48.png",
        "64": "assets\/app-icons\/icon-64.png",
        "128": "assets\/app-icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "19": "assets\/icons\/icon-19.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png",
            "38": "assets\/icons\/icon-38.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}