The Great Grouper

Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it.

The Great Grouper란 무엇입니까?

The Great Grouper은(는) indielives010에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

The Great Grouper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ***NEW FEATURES***
- can now store tabs locally and reopen them offline
- automatically adds created groups to bookmarks
- improved User Interface
- added German as a language :)

Are you one of those persons who always have at least 20 tabs open?

"The Great Grouper" is a free and open-source extension, helping you to deal with amassing tabs by storing them into groups. Being fancier, quicker and easier-to-use than the native bookmarks or OneTab, it allows you to swiftly select the tabs you want to conserve, save and restore them at any time you wish, even after reopening the browser.

Give your CPU some rest, clean up to 95% of your browser memory and tidy up your window with this nifty little extension.                    

확장 프로그램 기본 정보

이름 The Great Grouper The Great Grouper
ID pjkamnkpdfckpgjdlpebdnfgiecgfglj
공식 URL https://chromewebstore.google.com/detail/the-great-grouper/pjkamnkpdfckpgjdlpebdnfgiecgfglj
설명 Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it.
파일 크기 778 KB
설치 횟수 744
현재 버전 2.0
최근 업데이트 2016-08-05
출시 날짜 2016-08-05
평점 4.20/5 총 10 개의 평점
개발자 indielives010
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/derAnfaenger/thegreatgrouper
도움말 페이지 URL https://github.com/derAnfaenger/thegreatgrouper
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "background": {
        "scripts": [
            "scripts\/popup.js",
            "scripts\/background.js",
            "scripts\/ui\/bg\/index.js",
            "scripts\/ui\/bg\/config.js",
            "scripts\/ui\/bg\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "bookmarks",
        "management"
    ],
    "browser_action": {
        "default_icon": "images\/icon256.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "chromeos": "Ctrl+B",
                "linux": "Ctrl+B"
            }
        }
    },
    "options_page": "options.html"
}