抛砖引玉,Add On、Plug In、Extension有什么分别?

飞来客

本站元老
VIP
注册
2006-01-25
消息
35,371
荣誉分数
3,063
声望点数
373
所在地
龙宫
Add On、Plug In、Extension的定义是什么?如何分辨?
 
Add on (外挂): 提供基本架构外的附加功能,这些功能可能增强整体的性能或功能。

Plug-in (插件): 软件架构保持不变,通过plug-in来增加某些可选功能。

Extension (扩展): 对软件的功能进行进一步细化扩展或延伸扩展。
 
Add On -- 加在上面,

Plug In --- 插到里面,

Extension--- 接个尾巴!:o

字面理解啊!;):D
 
软件由无数个plug-ins组成,或曰a plug-in是软件的一个组成部分。

In computing, a plug-in (or plugin) is a set of software components that adds specific abilities to a larger software application. If supported, plug-ins enable customizing the functionality of an application.

Software extensions differ slightly from plug-ins.

An extension is a file containing programming that serves to extend the capabilities of or data available to a more basic program. It is a kind of list of commands which are directly included in the program. This term often (mistakenly) coincides with the plug-in. When installing software, you may be instructed to take one or more steps related to installing extensions (or these steps may automatically be done for you).

An add-on is a software extension that adds extra features to a program. It may extend certain functions within the program, add new items to the program's interface, or give the program additional capabilities.

Add-on is often considered the general term comprising snap-ins, plug-ins, extensions, and themes.
 
后退
顶部