Group Tabs

Groups tabs according to defined categories

Group Tabs란 무엇입니까?

Group Tabs은(는) Hari Raghunathan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Groups tabs according to defined categories"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Organize your browsing experience with this extension. Use this extension to sort all your current tabs based on categories into separate browser windows. Categorize frequently visited sites into buckets using the grouping table. Whenever you feel the need to reorganize your tabs, just hit the 'click to group' button and see the magic happen!

The extension defines some initial sample grouping. Feel free to modify this with the +/- buttons and save the grouping after modifying. To search sites, or groups currently in the grouping, use the Filter box above the table to filter through the list.                    

확장 프로그램 기본 정보

이름 Group Tabs Group Tabs
ID ggidhmcepheeclhipelplplfbgbholdf
공식 URL https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf
설명 Groups tabs according to defined categories
파일 크기 349 KB
설치 횟수 144
현재 버전 1.0
최근 업데이트 2014-10-29
출시 날짜 2014-10-28
평점 3.80/5 총 5 개의 평점
개발자 Hari Raghunathan
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Group Tabs",
    "version": "1.0",
    "description": "Groups tabs according to defined categories ",
    "icons": {
        "16": "group_tabs_16.png",
        "48": "group_tabs_48.png",
        "128": "group_tabs_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "group_tabs_19.png",
        "default_popup": "popup.html",
        "default_title": "Group tabs"
    },
    "manifest_version": 2
}