Tab Collections

Tab Collections

Tab Collections क्या है?

Tab Collections draftingdreams666 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab Collections"।

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

screenshot
screenshot

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

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

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

                        !! This extension doesn't work on 'Chrome Web Store' and 'chrome://*/*' pages !!
!! Disable and re-enable extension require refreshing pages to let the extension take effect, also if the extension doesn't work on normal pages after installation, refresh the page or relauch the browser !!

Browser extension that saves tabs in group temporarily.

Have you ever opened too much tabs in your browser? When we are working, we will usually open many tabs that're about a single subject. Unfortunately, sometimes we can't finish the work at once and need to keep those tabs open. As the tabs accumulate, it becomes a mess. And this extention aims to solve this problem.

The new Edge browser has already have a built-in functionality called Collections, which I think is very practical. So this extension is pretty much referencing the Edge Collections.

If you have any problems, you can contact me through email.
And this extension is Open-source. (https://github.com/drafting-dreams/Tab-Collections)                    

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

नाम Tab Collections Tab Collections
ID njajpkffmbopfdgecgdemkhamnkhgmnc
आधिकारिक URL https://chromewebstore.google.com/detail/tab-collections/njajpkffmbopfdgecgdemkhamnkhgmnc
विवरण Tab Collections
फ़ाइल का आकार 128 KB
स्थापना संख्या 144
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2022-02-20
प्रकाशन तिथि 2020-12-12
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर draftingdreams666
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Collections",
    "description": "Tab Collections",
    "version": "1.2.4",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups",
        "scripting",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": [],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjkx5AEHjV0vwh+Yh1XKaEbRHKHADg+BLMJPGWSPbf1mI1EZ97QDRH1wZ5dRZI72luo\/4JHR\/5F6tW51t5hpSj2gesILrWxXtve1yutonDAjMlgKCl8q+R4yA1x6vj29Uu+Iy\/qZPt5g9So3xKXoczWfADI1ALg8\/0zfJT2nFgQCBhi\/tHaSiLzRKcUr4ZIsCp1cvyIxVOKBypLdW051imrAd7Yr6O25mnPZlkB1fpsNlnKWMrev1ZvfrTg3UsqWe2jUy0OAhfH6jP9g1uBPBzyaCkJ3C2vYYqqfokTYthbeyoIsmzKUsVns2fOwg\/NsFOvajUDQlyfXpWqzuCxHXQwIDAQAB",
    "oauth2": {
        "client_id": "456381098403-gfpc4rbho4e1mi1m0sjeespdeerjpvsj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}