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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flooded with tabs? Store them easily into groups, reopen them whenever you feel like it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Great Grouper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}