Goodnight Tabs

Close tabs that launch other apps

Goodnight Tabs là gì?

Goodnight Tabs là một tiện ích mở rộng Chrome được phát triển bởi zachschnell, và tính năng chính của nó là "Close tabs that launch other apps".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goodnight Tabs

Tải xuống các tệp mở rộng Goodnight Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Goodnight Tabs Goodnight Tabs
ID paichadkkbhdmkngdmkgmefiabjjcaai
URL Chính Thức https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai
Mô tả Close tabs that launch other apps
Kích Thước Tệp 30.65 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2023-02-16
Ngày Phát Hành 2023-01-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển zachschnell
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zchr/zoomies
URL Trang Trợ Giúp https://github.com/zchr/zoomies
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}