oftheheadland / Colorblindly

Accessibility tool to help developers understand how colorblind users experience their website.
https://chrome.google.com/webstore/detail/colorblindly/floniaahmccleoclneebhhmnjgdfijgg
MIT License
408 stars 20 forks source link

filters affect all open tabs when toggling on/off #14

Closed oftheheadland closed 6 years ago

oftheheadland commented 6 years ago

After hearing feedback from the GitHub community I've decided to have the extension affect all tabs.

This makes it simpler to toggle all filters on/off and works well with @yonsaber's idea of having the filter selection be persistent after closing the extension window.

Also deals with errors fetching from storage by wrapping the storage sets/gets in a try catch.