aboutsummaryrefslogtreecommitdiff
path: root/files/ja/tools/accessing_the_developer_tools/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/tools/accessing_the_developer_tools/index.html')
-rw-r--r--files/ja/tools/accessing_the_developer_tools/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ja/tools/accessing_the_developer_tools/index.html b/files/ja/tools/accessing_the_developer_tools/index.html
new file mode 100644
index 0000000000..237c6e1bc2
--- /dev/null
+++ b/files/ja/tools/accessing_the_developer_tools/index.html
@@ -0,0 +1,22 @@
+---
+title: Web開発者メニュー
+slug: Tools/Accessing_the_Developer_Tools
+translation_of: Tools/Accessing_the_Developer_Tools
+---
+<div>{{ToolsSidebar}}</div>
+
+<p>Web DeveloperメニューはFirefoxに組み込まれている開発ツールにアクセスする主な方法です。 OS XとLinuxでは、これは「ツール」メニューの下にあります。</p>
+
+<p><img alt="" src="https://mdn.mozillademos.org/files/5269/web-developer-tools-menu-osx.png"></p>
+
+<p>Windows 7では「Firefox」メニューの下にあります。</p>
+
+<p><img alt="" src="https://mdn.mozillademos.org/files/5271/web-developer-tools-menu-windows-7.png" style="height: 595px; width: 506px;"></p>
+
+<p>メニューは3つのセクションに分割されています:</p>
+
+<ul>
+ <li>最初のセクションには、開発ツール用の専用ウィンドウであるToolboxでホストされているツールが一覧表示されています</li>
+ <li>2番目のセクションには、Toolboxでホストされていない統合ツールと、アドオンとしてインストールされたツールがリストされています(上記のWindowsスクリーンショットでは、Firefox OS Simulatorをインストールしています)</li>
+ <li>3番目のセクション「Get More Tools」は、Firefox用のその他のWeb開発アドオンへのリンクです</li>
+</ul>