Plug-in (computing)

From Wikipedia, the free encyclopedia
(Redirected from Plugin (computing))

Template:Short description

Page Module:Message box/ambox.css has no content.

Mozilla Firefox displaying a list of installed plug-ins

Page Module:Side box/styles.css has no content.Page Template:Sister project/styles.css has no content.

In computing, a plug-in (also spelled plugin), add-in (also addin, add-on, or addon) or extension is a software component that extends the functionality of an existing software system without requiring the system to be re-built. A plug-in feature is one way that a system can be customizable.[1]

Applications support plug-ins for a variety of reasons including:

Examples

Examples of plug-in use for various categories of applications:

Mechanism

Example Plug-In Framework

The host application provides services which the plug-in can use, including a way for plug-ins to register themselves with the host application and a protocol for the exchange of data with plug-ins. Plug-ins depend on the services provided by the host application and do not usually work by themselves. Conversely, the host application operates independently of the plug-ins, making it possible for end-users to add and update plug-ins dynamically without needing to make changes to the host application.[10][11]

Programmers typically implement plug-ins as shared libraries, which get dynamically loaded at run time. HyperCard supported a similar facility, but more commonly included the plug-in code in the HyperCard documents (called stacks) themselves. Thus the HyperCard stack became a self-contained application in its own right, distributable as a single entity that end-users could run without the need for additional installation-steps. Programs may also implement plug-ins by loading a directory of simple script files written in a scripting language like Python or Lua.

Helper application

In the context of a web browser, a helper application is a separate program—like IrfanView or Adobe Reader—that extends the functionality of a browser.[12][13] A helper application extends the functionality an application but unlike the typical plug-in that is loaded into the host application's address space, a helper application is a separate application. With a separate address space, the extension cannot crash the host application as is possible if they share an address space.[14]

History

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.[15] 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.

See also

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content.Sterne, Jonathan. "Plug-in | software". Encyclopedia Britannica. Retrieved 2021-02-05.
  2. ^ Page Module:Citation/CS1/styles.css has no content."PCSX2 - The Playstation 2 emulator - Plugins". pcsx2.net. Archived from the original on 2018-01-25. Retrieved 2018-06-10.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Bernert, Pete. "Pete's PSX GPU plugins". www.pbernert.com. Retrieved 2018-06-10.
  4. ^ Page Module:Citation/CS1/styles.css has no content.Team, Demul. "DEMUL - Sega Dreamcast Emulator for Windows". demul.emulation64.com. Retrieved 2018-06-10.
  5. ^ Page Module:Citation/CS1/styles.css has no content."Android Emulator Plugin - Jenkins - Jenkins Wiki". wiki.jenkins.io. Retrieved 2018-06-10.
  6. ^ Page Module:Citation/CS1/styles.css has no content."OpenEmu/SNES9x-Core". GitHub. Retrieved 2018-06-10.
  7. ^ Page Module:Citation/CS1/styles.css has no content."Recommended N64 Plugins". Emulation General Wiki. Retrieved 2018-06-10.
  8. ^ Page Module:Citation/CS1/styles.css has no content."Playstation plugins & utilities!". www.emulator-zone.com. Retrieved 2018-06-10.
  9. ^ Page Module:Citation/CS1/styles.css has no content."PS3 Homebrew Apps / Plugins / Emulators | PSX-Place". www.psx-place.com. Retrieved 2018-06-10.
  10. ^ Mozilla Firefox plugins – Description of the difference between Mozilla Firefox plugins and extensions under the general term add-on.
  11. ^ Wordpress Plug-in API – Description of the Wordpress Plug-in architecture.
  12. ^ Page Module:Citation/CS1/styles.css has no content."Definition of helper application". PCMAG. Retrieved 2022-10-25.
  13. ^ Page Module:Citation/CS1/styles.css has no content."Download Irfan using Internet Explorer 4.x or above". libweb.hawaii.edu. Retrieved 9 January 2024.
  14. ^ Page Module:Citation/CS1/styles.css has no content."Helper Applications and Plug-ins - Web Security, Privacy & Commerce, 2nd Edition [Book]". Web Security, Privacy, and Commerce 2nd Edition. O'Reilly.
  15. ^ EDT Text Editor Reference Manual, Cinnaminson, New Jersey: Unisys Corporation, 1975

Lua error in package.lua at line 80: module 'Module:Authority control/config' not found.