Goodnight Tabs
Close tabs that launch other apps
Apa itu Goodnight Tabs?
Goodnight Tabs adalah ekstensi Chrome yang dikembangkan oleh zachschnell, dan fitur utamanya adalah "Close tabs that launch other apps".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Goodnight Tabs
Unduh file ekstensi Goodnight Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Goodnight Tabs |
ID | paichadkkbhdmkngdmkgmefiabjjcaai |
URL Resmi | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
Deskripsi | Close tabs that launch other apps |
Ukuran File | 30.65 KB |
Jumlah Instalasi | 225 |
Versi Saat Ini | 0.6.1 |
Terakhir Diperbarui | 2023-02-16 |
Tanggal Publikasi | 2023-01-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | zachschnell |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zchr/zoomies |
URL Halaman Bantuan | https://github.com/zchr/zoomies |
Bahasa yang Didukung | 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" } } |