Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Trello Super Powers Cross-Browser #26

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Conversation

christiankaindl
Copy link
Owner

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:

CSV parsing is now done in the background script (via earlier commit) and not in the injected Content Script.
Chrome doesn't want them too much and we will need to do our own styling nontheless
@christiankaindl christiankaindl mentioned this pull request Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant