This repository was archived by the owner on Nov 18, 2025. It is now read-only.
Releases: don-patterson/url-toggle
Releases · don-patterson/url-toggle
1.3: Settings menu
New features:
- import rules
- settings/about tab
1.2: Back to `declarativeContent`
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
Updates:
- all js kept under
/srcnow, 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
Get toggling!