Tabsanity Terminator

Removes Duplicate Tabs + Groups Tabs by URL

Tabsanity Terminator क्या है?

Tabsanity Terminator Rich Werden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes Duplicate Tabs + Groups Tabs by URL"।

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

screenshot

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

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

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

                        By installing this extension, with 1-click you can remove duplicate tabs from a browser window as well as reorder the tabs to group themselves together by domain. Only affects one window at a time. Saves RAM and saves you from Tabsanity!                    

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

नाम Tabsanity Terminator Tabsanity Terminator
ID gogccpmimpnngeklhecgkcnmagenaepd
आधिकारिक URL https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd
विवरण Removes Duplicate Tabs + Groups Tabs by URL
फ़ाइल का आकार 18.23 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.21
अंतिम अपडेट 2018-01-10
प्रकाशन तिथि 2018-01-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Rich Werden
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabsanity Terminator",
    "author": "Rich Werden (@r-i-c-h)",
    "version": "0.21",
    "description": "Removes Duplicate Tabs + Groups Tabs by URL",
    "icons": {
        "128": "ico_128.png",
        "48": "ico_48.png",
        "16": "ico_16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "theJS.js"
        ]
    },
    "browser_action": {
        "default_icon": "ico_16.png",
        "default_title": "Tabsanity Terminator"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}