Tab.Domainator

Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them

Tab.Domainator क्या है?

Tab.Domainator bertofer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them"।

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

screenshot

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

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

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

                        This extension allows you to manage your currently open tabs in a domain-grouped way. Allowing you to close all tabs from a certain domain, and also navigate to any tab.

It also comes with the option to reorder your tabs in chrome by domain, the same order as shown in the sidebar of the extension.

It's also open source!! Visit https://github.com/bertofer/chrome-tab-domainator                    

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

नाम Tab.Domainator Tab.Domainator
ID kifgblcabcanlajafepiimafnekjhplm
आधिकारिक URL https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm
विवरण Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
फ़ाइल का आकार 838 KB
स्थापना संख्या 11
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2016-08-18
प्रकाशन तिथि 2016-08-18
डेवलपर bertofer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bertofer/chrome-tab-domainator
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab.Domainator",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Click to open the extension sidebar"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/page-sidebar\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}