Plug-in (computing) in the context of "Browser extension"

Play Trivia Questions online!

or

Skip to study material about Plug-in (computing) in the context of "Browser extension"

Ad spacer

⭐ Core Definition: Plug-in (computing)

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.

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

↓ Menu

>>>PUT SHARE BUTTONS HERE<<<

👉 Plug-in (computing) in the context of Browser extension

A browser extension is a software module for customizing a web browser. Browsers typically allow users to install a variety of extensions, including user interface modifications, cookie management, ad blocking, and the custom scripting and styling of web pages.

Browser plug-ins are a different type of module and no longer supported by the major browsers. One difference is that extensions are distributed as source code, while plug-ins are executables (i.e. object code). The most popular browser, Google Chrome, has over 100,000 extensions available but stopped supporting plug-ins in 2020.

↓ Explore More Topics
In this Dossier

Plug-in (computing) in the context of Last.fm

Last.fm is a music website founded in the United Kingdom in 2002. Utilizing a music recommender system known as "Audioscrobbler", Last.fm creates a detailed profile of each user's musical preferences by recording the details of the tracks they listen to, whether from Internet radio stations or from the user's computer or portable music devices. This information is transferred ("scrobbled") to Last.fm's database via the music player (such as Spotify and Apple Music) or through a plug-in installed in the user's music player. The data is then displayed on the user's profile page and compiled to create reference pages for individual artists.

On 30 May 2007, it was acquired by CBS Corporation through its streaming division CBS Interactive, which is now part of Paramount Skydance Corporation, for £140 million (US$280 million, equivalent to $406,900,000 in 2024).

↑ Return to Menu

Plug-in (computing) in the context of PHP

PHP is a general-purpose scripting language geared towards web development. It was created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. The PHP reference implementation is now produced by the PHP Group. PHP was originally an abbreviation of Personal Home Page, but it now stands for the recursive backronym PHP: Hypertext Preprocessor.

PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or a Common Gateway Interface (CGI) executable. On a web server, the result of the interpreted and executed PHP code—which may be any type of data, such as generated HTML or binary image data—can form the whole or part of an HTTP response. Various web template systems, web content management systems, and web frameworks exist that can be employed to orchestrate or facilitate the generation of that response. Additionally, PHP can be used for programming tasks outside the web context, though non-web uses are rare. PHP code can also be directly executed from the command line.

↑ Return to Menu