fregante/webext-events

A better `onTabActivated`

Open

#31 opened on Jan 22, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (2 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Take it from:

https://github.com/fregante/webext-domain-permission-toggle/blob/8aa73fe07aa7375b6c6718537ca5532cc6683af9/index.ts#L247-L256

https://github.com/fregante/webext-tools/blob/c8489a1373f3d3522ed2ee0e2204ce370e67ac33/source/set-action-popup.ts#L42-L51

Basically a listener that is called when the "current window" is changed so that these can be updated related to the tab/URL:

  • action settings
  • sidePanel settings
  • contextMenus settings

Contributor guide