trello-super-powers icon indicating copy to clipboard operation
trello-super-powers copied to clipboard

Make Trello Super Powers Cross-Browser

Open christiankaindl opened this issue 5 years ago • 0 comments

Currently, Trello Super Powers only works with Firefox. Thanks to the WebExtension standard, we don't need to completely rewrite it for Chrome or other browsers. Porting still requires some notable changes though due to quirks and inconsistencies.

The goal here is to make Trello Super Powers work with Google Chrome and also publish it in the Chrome Web Store. Other browsers are not the goal, but should also work just fine - but are not guaranteed to.

Changes:

  • Include Mozilla's webextension-polyfill (https://github.com/mozilla/webextension-polyfill)
  • Work around browser quirks
  • Clean up some code

christiankaindl avatar Jun 24 '19 13:06 christiankaindl