aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/webextensions/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/webextensions/index.html')
-rw-r--r--files/ja/glossary/webextensions/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/glossary/webextensions/index.html b/files/ja/glossary/webextensions/index.html
new file mode 100644
index 0000000000..02393b7100
--- /dev/null
+++ b/files/ja/glossary/webextensions/index.html
@@ -0,0 +1,19 @@
+---
+title: WebExtensions
+slug: Glossary/WebExtensions
+tags:
+ - CodingScripting
+ - Glossary
+ - NeedsContent
+ - WebExtensions
+translation_of: Glossary/WebExtensions
+---
+<p>WebExtensions はFirefoxでブラウザー拡張機能を開発するためのクロスブラウザーシステムです。このシステムには APIが提供され、これはかなりにわたって様々なブラウザー、例えば Mozilla Firefox, Google Chrome, Opera Browser, Microsoft Edge をサポートします。</p>
+
+<h2 id="Learn_more" name="Learn_more">関連項目</h2>
+
+<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3>
+
+<ul>
+ <li>MDN の<a href="/ja/docs/Mozilla/Add-ons/WebExtensions">ブラウザー拡張機能</a></li>
+</ul>