Skip to content

Commit

Permalink
zh-CN: create Glossary/Plugin (#21470)
Browse files Browse the repository at this point in the history
  • Loading branch information
PassionPenguin authored Jun 15, 2024
1 parent e7bf6eb commit f4040ff
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions files/zh-cn/glossary/plugin/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 插件
slug: Glossary/Plugin
l10n:
sourceCommit: 0c163056cfe83fba519b757f15d2e20f83eddaff
---

{{GlossarySidebar}}

浏览器插件是一种软件组件,用户可以安装它来处理浏览器无法原生支持的内容。浏览器插件通常使用 [NPAPI](https://en.wikipedia.org/wiki/NPAPI)(Netscape 插件应用程序编程接口)架构编写。

最著名且使用最广泛的插件是现已过时的 Adobe Flash 播放器,它使浏览器能够运行 {{Glossary("Adobe Flash")}} 内容。

随着浏览器变得越来越强大,插件变得越来越不实用。插件还因引起安全和性能问题而历史悠久。

在 2016 年至 2021 年间,浏览器厂商制定了一个插件(特别是 Adobe Flash)的弃用路线图,现在任何主流浏览器都不再支持插件。

插件不应与浏览器扩展混淆,后者与插件不同,是以源代码而非二进制文件形式分发,并且仍受浏览器支持(尤其是使用 {{Glossary("WebExtensions")}} 系统的浏览器)。

## 参见

- [Adobe Flash 生命周期结束公告](https://helpx.adobe.com/cn/enterprise/kb/eol-adobe-flash-shockwave-player.html)

0 comments on commit f4040ff

Please sign in to comment.