Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Releases: don-patterson/url-toggle

1.3: Settings menu

12 May 15:09

Choose a tag to compare

New features:

  • import rules
  • settings/about tab

1.2: Back to `declarativeContent`

29 Apr 00:31

Choose a tag to compare

The built-in URL matching didn't have the issue I thought it had anyhow, and manually matching the URLs required the "tabs" permission, which comes to the user as "Read your browser history". That's definitely too invasive for this little extension.

1.1: Webpack and DIY URL check

26 Apr 13:07

Choose a tag to compare

Updates:

  • all js kept under /src now, with chrome utils separated out
  • Chrome's builtin URL match was different than the JS regex rules so the URLs are matched with JS regex now to keep that consistent
  • Chrome's builtin URL match got out of sync sometimes, so when there were a couple redirects in a row the icon could be highlighted when the URL did not match
  • cleaned up some issues with the list rendering (i.e. stopped doing key=index), which involved migrating the rules to include an id

1.0: Working prototype

26 Apr 13:02

Choose a tag to compare

Get toggling!