Group Tabs

Groups tabs according to defined categories

Group Tabs क्या है?

Group Tabs Hari Raghunathan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Groups tabs according to defined categories"।

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

screenshot

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

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