Close App-launcher Tabs

Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch.

Close App-launcher Tabs क्या है?

Close App-launcher Tabs christopher.x.gerber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch."।

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

screenshot

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

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

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

                        When a new tab opens, this extension compares that tab's URL to your custom list of URLs or URL parts. If there's a match, this extension will automatically close that tab after a small custom delay (default: 5 seconds).

Joining a lot of Zoom meetings from Google Calendar? Is Zoom leaving a lot of useless tabs open in Chrome? Linear? Other apps? Forget about it. 

Ease your cognitive load. Keep your Chrome space clean.

Issues? Report them here: https://github.com/gerbus/close-app-launcher-tabs/issues

Cheers! 
Christopher X Gerber                    

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

नाम Close App-launcher Tabs Close App-launcher Tabs
ID nflgfijhhdgfaihflbieofaegdiphbej
आधिकारिक URL https://chromewebstore.google.com/detail/close-app-launcher-tabs/nflgfijhhdgfaihflbieofaegdiphbej
विवरण Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch.
फ़ाइल का आकार 10.69 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-04-04
प्रकाशन तिथि 2022-03-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर christopher.x.gerber
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gerbus/close-app-launcher-tabs
सहायता पृष्ठ URL https://github.com/gerbus/close-app-launcher-tabs/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close App-launcher Tabs",
    "description": "Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch.",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "close-app-launcher-tabs-16.png",
            "32": "close-app-launcher-tabs-32.png",
            "48": "close-app-launcher-tabs-48.png",
            "128": "close-app-launcher-tabs-128.png"
        }
    },
    "icons": {
        "16": "close-app-launcher-tabs-16.png",
        "32": "close-app-launcher-tabs-32.png",
        "48": "close-app-launcher-tabs-48.png",
        "128": "close-app-launcher-tabs-128.png"
    }
}