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文件

下载The Great Grouper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ***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"
}