Goodnight Tabs

Close tabs that launch other apps

Goodnight Tabs क्या है?

Goodnight Tabs zachschnell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Close tabs that launch other apps"।

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

screenshot
screenshot
screenshot

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

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

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

                        Some tabs overstay their welcome. If you're like me and use the desktop version of many apps, a full day of Zoom meetings or reviewing Notion docs or Slack archives could end with 15+ tabs that you no longer need. 

Once these tabs launch their respective desktop app, this extension takes care of cleaning up the tabs.                    

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

नाम Goodnight Tabs Goodnight Tabs
ID paichadkkbhdmkngdmkgmefiabjjcaai
आधिकारिक URL https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai
विवरण Close tabs that launch other apps
फ़ाइल का आकार 30.65 KB
स्थापना संख्या 225
वर्तमान संस्करण 0.6.1
अंतिम अपडेट 2023-02-16
प्रकाशन तिथि 2023-01-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर zachschnell
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/zchr/zoomies
सहायता पृष्ठ URL https://github.com/zchr/zoomies
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Goodnight Tabs",
    "description": "Close tabs that launch other apps",
    "version": "0.6.1",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.around.co\/*",
        "https:\/\/*.asana.com\/*",
        "https:\/\/*.awsapps.com\/*",
        "https:\/\/*.figma.com\/*",
        "https:\/\/*.linear.app\/*",
        "https:\/\/*.miro.com\/*",
        "https:\/\/*.notion.so\/*",
        "https:\/\/*.slack.com\/*",
        "https:\/\/teams.live.com\/*",
        "https:\/\/*.zoom.us\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}