From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../webextensions/manifest.json/version/index.html | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/ja/mozilla/add-ons/webextensions/manifest.json/version/index.html (limited to 'files/ja/mozilla/add-ons/webextensions/manifest.json/version/index.html') diff --git a/files/ja/mozilla/add-ons/webextensions/manifest.json/version/index.html b/files/ja/mozilla/add-ons/webextensions/manifest.json/version/index.html new file mode 100644 index 0000000000..3f78365404 --- /dev/null +++ b/files/ja/mozilla/add-ons/webextensions/manifest.json/version/index.html @@ -0,0 +1,53 @@ +--- +title: version +slug: Mozilla/Add-ons/WebExtensions/manifest.json/version +tags: + - Add-ons + - Extensions + - WebExtensions +translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/version +--- +

{{AddonSidebar}}

+ + + + + + + + + + + + + + + + +
String
必須 +

はい

+
+
+"version": "0.1"
+
+ +

ドットで区切られた数字と ASCII 文字でフォーマットされた拡張機能のバージョンです。バージョンのフォーマットの詳細は Version format ページを見てください。

+ +

Chrome の version 定義の構文は、Firefox のものよりも制限が厳しいことに注意してください。

+ + + +

AMOキュー内でバージョンを "beta" にマークする特別ルールについては maintenance policy を見てください。

+ +

+ +
"version": "0.1"
+ +

ブラウザ実装状況

+ + + +

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

-- cgit v1.2.3-54-g00ecf