Skip to content

ka-extension/ka-extension-ts

Repository files navigation

Khan Academy Extension

Install

Khan Academy Extension is a browser extension for the computing section of Khan Academy.

It is developed by Jett Burns, Ethan Luis McDonough, Matthias Portzel, Luke Krikorian, and Bhavjit Chauhan.

Contributing

Run the extension locally:

PRs are welcomed!

Scripts

  • npm run build - build the extension
  • npm run clean - clean ./dist
  • npm run lint - check for linting errors
  • npm run fix - clean up most linting errors automatically
  • ./release.sh - zip up the extension for release (requires jq)
  • ./release.sh --source - zip up the extension source code

Thanks