-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko]: add index.md for
web/glossary/plugin
(#16206)
[add]: add index.md for web/glossary/plugin
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: 플러그인 (Plugin) | ||
slug: Glossary/Plugin | ||
l10n: | ||
sourceCommit: 0c163056cfe83fba519b757f15d2e20f83eddaff | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
브라우저 플러그인은 브라우저가 기본적으로 지원할 수 없는 콘텐츠를 처리하기 위해 사용자가 설치할 수 있는 소프트웨어 구성요소입니다. 브라우저 플러그인은 일반적으로 [NPAPI](https://en.wikipedia.org/wiki/NPAPI) (Netscape 플러그인 애플리케이션 프로그래밍 인터페이스) 아키텍처를 사용해 작성됩니다. | ||
|
||
가장 잘 알려지고 널리 사용되는 플러그인은 브라우저에서 {{Glossary("Adobe Flash")}} 콘텐츠를 실행할 수 있게 해주는 오래된 Adobe Flash player이었습니다. | ||
|
||
브라우저가 더욱 강력해지면서, 플러그인의 유용성이 떨어졌습니다. 플러그인에는 웹 사용자에게 보안 및 성능 문제를 일으킨 역사가 있습니다. | ||
|
||
2016년부터 2021년까지 브라우저 공급업체는 플러그인, 특히 Adobe Flash에 대한 지원 중단 로드맵을 작성했고 현재 플러그인은 더 이상 주요 브라우저에서 지원되지 않습니다. | ||
|
||
플러그인은 브라우저 확장 프로그램과 혼동해서는 안 됩니다. 브라우저 확장 프로그램은 플러그인과 달리 바이너리가 아닌 소스 코드로 배포되며 특히 {{Glossary("WebExtensions")}} 시스템을 사용하여 브라우저에서 여전히 지원됩니다. | ||
|
||
## 같이 보기 | ||
|
||
- [Adobe Flash 수명 종료 발표](https://blog.adobe.com/en/publish/2017/07/25/adobe-flash-update#gs.g8mmgf) |