Tab Shelf

Let's group and organize too many tabs!!

Tab Shelf क्या है?

Tab Shelf kota द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's group and organize too many tabs!!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tab Shelf organizes tabs that are too open.

If you're using Chrome, you may end up with too many tabs and you cannot find the tab you want.
Tab Shelf is recommended in such cases.

Tab Shelf allows you to group open tabs and evacuate them.
For example, when you want to do online shopping while writing a article, save a lot of tabs for your material as a "Article materials". That way, the Chrome tabs are clean and you can focus on online shopping.

You can restore a saved tab at any time. If you close your browser, Tab Shelf is not forget tabs.                    

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

नाम Tab Shelf Tab Shelf
ID kjfciegmjpnkfackjbdpoioamkdhhplf
आधिकारिक URL https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf
विवरण Let's group and organize too many tabs!!
फ़ाइल का आकार 17 KB
स्थापना संख्या 521
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2021-03-28
प्रकाशन तिथि 2020-04-21
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर kota
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Shelf",
    "description": "__MSG_description__",
    "version": "1.3.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}