Tab Defrag

Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…

Tab Defrag क्या है?

Tab Defrag Sampson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…"।

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

screenshot

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

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

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

                        Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more.                    

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

नाम Tab Defrag Tab Defrag
ID dfeliknbmopheafjaelmilpgfmfjiopl
आधिकारिक URL https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl
विवरण Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
फ़ाइल का आकार 33.75 KB
स्थापना संख्या 30
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2021-03-15
प्रकाशन तिथि 2019-12-22
डेवलपर Sampson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.twitter.com/jonathansampson
सहायता पृष्ठ URL https://www.twitter.com/jonathansampson
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Defrag",
    "version": "0.0.4",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Tab Defrag"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}