Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.49 KB

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 script.js
  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 (^^)