In DNN an Extension is like a plugin which is installed in DNN. It's usually one of the following:

  1. Module
  2. Theme / Skin
  3. Container

It can also be a more advanced type like

  1. Authentication System
  2. Library
  3. Provider
  4. Skin Object

You can find out more in the official docs.