Chrome Compare ← Back to projects

Categories: personal

Archived due to manifest v3

I often found myself having to compare pages when upgrading legacy web applications. The urls were usually similar, but had a different host name or parameter. In order to speed up the comparisons, I made a chrome extension that reads the current url, gets all the variations of the url you specify, and opens them in new tabs.

The example in the README uses stack exchange sites, since they mostly follow the same url pattern, but have different host names.