Goodnight Tabs
Close tabs that launch other apps
What is Goodnight Tabs?
Goodnight Tabs is a Chrome extension developed by zachschnell, and its main feature is "Close tabs that launch other apps".
Extension Screenshots
Download Goodnight Tabs Extension CRX File
Download Goodnight Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Goodnight Tabs |
ID | paichadkkbhdmkngdmkgmefiabjjcaai |
Official URL | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
Description | Close tabs that launch other apps |
File Size | 30.65 KB |
Installation Count | 225 |
Current Version | 0.6.1 |
Last Updated | 2023-02-16 |
Publish Date | 2023-01-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | zachschnell |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zchr/zoomies |
Help Page URL | https://github.com/zchr/zoomies |
Supported Languages | 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" } } |