Katana VentraIP

Plug-in (computing)

In computing, a plug-in (or plugin, add-in, addin, add-on, or addon) is a software component that adds a specific feature to an existing computer program. When a program supports plug-ins, it enables customization.[1]

A theme or skin is a preset package containing additional or changed graphical appearance details, achieved by the use of a graphical user interface (GUI) that can be applied to specific software and websites to suit the purpose, topic, or tastes of different users to customize the look and feel of a piece of computer software or an operating system front-end GUI (and window managers).

enable to extend an application

third-party developers

support easily adding new features

reduce the size of an application by not loading unused features

separate from an application because of incompatible software licenses.

source code

Applications may support plug-ins to:


Types of applications and why they use plug-ins:

Helper application[edit]

A helper application is an external viewer program—like IrfanView or Adobe Reader—that displays content retrieved using a web browser.[18][19] Unlike a plugin whose full code would be included in the browser's address space, a helper application is a standalone application.[20] Web browsers choose an appropriate helper application based on a file's Media type as indicated by the filename extension.[21]

History[edit]

In the mid-1970s, the EDT text editor ran on the Unisys VS/9 operating system for the UNIVAC Series 90 mainframe computer. It allowed a program to be run from the editor which can access the in-memory edit buffer.[22] The plug-in executable could call the editor to inspect and change the text. The University of Waterloo Fortran compiler used this to allow interactive compilation of Fortran programs.


Early personal computer software with plug-in capability included HyperCard and QuarkXPress on the Apple Macintosh, both released in 1987. In 1988, Silicon Beach Software included plug-in capability in Digital Darkroom and SuperPaint.

Applet

Browser extension