Tab Closer

This extension closes open tabs

Tab Closer क्या है?

Tab Closer Wesley Martinez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension closes open tabs"।

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

screenshot
screenshot
screenshot

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

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

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

                        Have u ever found yourself with what is seems like an infinite amount of tabs opened and can't quite find what to close? 

Well Tab Closer is here for you, this extension lets you close all tabs of a category at the same time. 
 
The idea behind the extension is to provide the user with a tool for closing different types of opened tabs or even a complete browser window with the click of a button.  Apart from predetermined categories such as social media and media tabs, this extension lets the user save a list of favorites with the ability to close at command. 

There are certain behaviors that the user must understand before using the extension: 
1. Closing a tab: 
           *The extension closes all tabs that match the search criteria. 
2. When creating a favorite 
           * Favorites tabs must contain to be accepted: 
                     a. Valid URL
                     b. At least 3 letters
                     c. A domain

Want to know more about Food Roulette or other projects? 
Contact me at [email protected]                    

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

नाम Tab Closer Tab Closer
ID iadliidedmiaghpliaiblnkliigibkhd
आधिकारिक URL https://chromewebstore.google.com/detail/tab-closer/iadliidedmiaghpliaiblnkliigibkhd
विवरण This extension closes open tabs
फ़ाइल का आकार 863 KB
स्थापना संख्या 30
वर्तमान संस्करण 2.1
अंतिम अपडेट 2020-11-26
प्रकाशन तिथि 2020-11-25
डेवलपर Wesley Martinez
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Closer",
    "description": "This extension closes open tabs",
    "version": "2.1",
    "browser_action": {
        "default_icon": "menu-logo.png",
        "default_popup": "CTExtension.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'"
}