Groups

Allows you to group several links and open it by one click

Groups란 무엇입니까?

Groups은(는) https://qmegas.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to group several links and open it by one click"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        This plugin allows you to group links and open it by one click. It's like bookmarks, but by one item you store several links. Each link opens in separate tab.

New in version 0.6.1
-----------------------------
- Updating manifest file, now extension available for installation again.

New in version 0.5.2
-----------------------------
- Added: Showing link's favicon

New in version 0.5.1
-----------------------------
- Added: option "Sort groups by name"

New in version 0.5
---------------------------
- Added: option "Add all opened tabs as new group"
- Fix: style fixes                    

확장 프로그램 기본 정보

이름 Groups Groups
ID bbeddpigbemdnahhkecignbfjpdfnpea
공식 URL https://chromewebstore.google.com/detail/groups/bbeddpigbemdnahhkecignbfjpdfnpea
설명 Allows you to group several links and open it by one click
파일 크기 65.94 KB
설치 횟수 238
현재 버전 0.6.1
최근 업데이트 2018-06-21
출시 날짜 2018-06-21
평점 4.50/5 총 8 개의 평점
개발자 https://qmegas.info
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Groups",
    "version": "0.6.1",
    "description": "Allows you to group several links and open it by one click",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Groups",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}