Goodnight Tabs

Close tabs that launch other apps

什麼是Goodnight Tabs?

Goodnight Tabs是由zachschnell開發的Chrome擴展程式,該擴展的主要功能是“Close tabs that launch other apps”。

擴展截圖

screenshot
screenshot
screenshot

下載Goodnight Tabs擴展crx文件

下載Goodnight Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}