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

Commits on Jun 24, 2019

  1. Update logo and add more sizes

    Christian Kaindl committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    9b30863 View commit details
    Browse the repository at this point in the history
  2. background.js - Include polyfill in content scripts

    Also fix up the url conditional
    Christian Kaindl committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4152e0d View commit details
    Browse the repository at this point in the history
  3. Fix up CSV Export for Chrome

    Christian Kaindl committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    93893f5 View commit details
    Browse the repository at this point in the history
  4. Add browser-polyfill

    Mozilla's WebExtention polyfill:
    https://github.com/mozilla/webextension-polyfill
    Christian Kaindl committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    28da399 View commit details
    Browse the repository at this point in the history
  5. manifest - Include polyfill and CSV parser

    CSV parsing is now done in the background script (via earlier commit) and not in the injected Content Script.
    Christian Kaindl committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    64e68f9 View commit details
    Browse the repository at this point in the history
  6. manifest - Remove browser_styles entries

    Chrome doesn't want them too much and we will need to do our own styling nontheless
    Christian Kaindl committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4119faf View commit details
    Browse the repository at this point in the history
  7. manifest - remove Firefox specific applications entry

    I think it was also outdated
    Christian Kaindl committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    dd46bb7 View commit details
    Browse the repository at this point in the history
  8. options - Include browser-polyfill

    Christian Kaindl committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    8d5d62e View commit details
    Browse the repository at this point in the history