An extension to auto-close tabs after they open native apps. Useful for sites like Zoom & Notion that leave stale tabs open after their desktop app has launched.
- Available as Chrome extension
- Firefox extension TBD (GH issue)
- Around (around.co)
- Asana (asana.com)
- AWS (awsapps.com)
- Figma (figma.com)
- Miro (miro.com)
- Notion (notion.so)
- Teams (teams.live.com)
- Zoom (zoom.us)
Feel free to create an issue with any suggestions. If there are other sites you'd want the extension to support, Please include:
- Url of the service
- A screenshot of the tab that you'd want closed (this way, we know what text / patterns on the page to match on)
Requires updates the following places:
- Add new checkbox in
script.js
- Add new match function in
background.js
, and include function in thechecks
array - Add the domain to
manifest.json
- Add the domain to
README.md
(^^)