Development Extensions Module

Installs development tools and extensions to facilitate debugging and application testing in the Electron environment.

Features:

  • Conditionally loads extensions only in development mode
  • Installs React Developer Tools for component inspection
  • Provides proper error handling and logging
  • Prevents installation in production builds

Note: This module has no effect in production builds to maintain security and performance.

Functions

installExtensions