Tab Switchy

Gives the freedom to play with tabs

Tab Switchy क्या है?

Tab Switchy Trinity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives the freedom to play with tabs"।

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

screenshot

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

crx प्रारूप में Tab Switchy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ‘Tab-Switchy’ helps user to manage open tabs effectively and switch between them. This is important especially when the number of tabs is very large, as no information is visible when the number of tabs increases. This extension solves this issue by showing tabs in thumbnail view.
It also shows all the tabs closed in the current session and does away with the hassle of checking browser history to open them.
It allows bookmarking multiple tabs under a common folder name.
A new feature of a SUPER TAB has been included to give the freedom to manage the open tabs and segregate them under a common name based on their importance or similarity. All the supertabs can also be bookmarked under a folder with a single click.                    

एक्सटेंशन की मूल जानकारी

नाम Tab Switchy Tab Switchy
ID leooefpfiebcmimbkonkbohejdmppbbk
आधिकारिक URL https://chrome.google.com/webstore/detail/tab-switchy/leooefpfiebcmimbkonkbohejdmppbbk
विवरण Gives the freedom to play with tabs
फ़ाइल का आकार 136 KB
स्थापना संख्या 41
वर्तमान संस्करण 1.0.1.0
अंतिम अपडेट 2015-01-29
प्रकाशन तिथि 2015-01-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Trinity
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Switchy",
    "version": "1.0.1.0",
    "description": "Gives the freedom to play with tabs",
    "icons": {
        "16": "utility.png",
        "48": "utility48.png",
        "128": "utility128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "utility.png",
        "default_title": "Tab Switchy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "bookmarks"
    ],
    "manifest_version": 2
}