From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../manifest.json/description/index.html | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 files/zh-cn/mozilla/add-ons/webextensions/manifest.json/description/index.html (limited to 'files/zh-cn/mozilla/add-ons/webextensions/manifest.json/description') diff --git a/files/zh-cn/mozilla/add-ons/webextensions/manifest.json/description/index.html b/files/zh-cn/mozilla/add-ons/webextensions/manifest.json/description/index.html new file mode 100644 index 0000000000..9081c82e10 --- /dev/null +++ b/files/zh-cn/mozilla/add-ons/webextensions/manifest.json/description/index.html @@ -0,0 +1,43 @@ +--- +title: 描述 - description +slug: Mozilla/Add-ons/WebExtensions/manifest.json/description +tags: + - 描述 + - 附加组件 +translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/description +--- +
{{AddonSidebar}}
+ + + + + + + + + + + + + + + + +
值类型字符串
强制性不强制
示例 +
+"description": "附加组件的主要功能特性的简短描述."
+
+ +

用于在用户下载安装使用界面中显示的一段简短的关于该附加组件的描述.

+ +

关于本地化, 可查看 localizable property.

+ +

示例

+ +
"description": "附加组件的主要功能特性的简短描述."
+ +

Browser compatibility

+ + + +

{{Compat("webextensions.manifest.description")}}

-- cgit v1.2.3-54-g00ecf