Goodnight Tabs

Close tabs that launch other apps

Goodnight Tabsคืออะไร?

Goodnight Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zachschnell และคุณลักษณะหลักของมันคือ "Close tabs that launch other apps"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goodnight Tabs

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}