Skip to content

zchr/zoomies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What / why

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.

Screenshot of extension

Currently works on

Changes / suggestions?

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)

Adding a new services

Requires updates the following places:

  1. Add new checkbox in index.html
  2. Add new match function in background.js, and include function in the checks array
  3. Add the domain to manifest.json
  4. Add the domain to README.md (^^)