aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.html
blob: 42a1b0d092bb5a4117c997f88cc5930411a577e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: devtools_page
slug: Mozilla/Add-ons/WebExtensions/manifest.json/devtools_page
translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/devtools_page
---
<div>{{AddonSidebar}}</div>

<table class="fullwidth-table standard-table">
 <tbody>
  <tr>
   <th scope="row" style="width: 30%;"></th>
   <td><code>String</code></td>
  </tr>
  <tr>
   <th scope="row">必須</th>
   <td>いいえ</td>
  </tr>
  <tr>
   <th scope="row"></th>
   <td>
    <pre class="brush: json no-line-numbers">
"devtools_page": "devtools/my-page.html"</pre>
   </td>
  </tr>
 </tbody>
</table>

<p>このキーを使って拡張機能にブラウザー組み込みの開発ツールを拡張することができます。</p>

<p>このキーは HTML ファイルの URL として定義されます。その HTML ファイルは拡張機能に同梱し、URL は拡張機能のルートからの相対パスである必要があります。</p>

<p>詳しくは <a href="/ja/docs/Mozilla/Add-ons/WebExtensions/Extending_the_developer_tools">開発者ツールの拡張</a>を見てください。</p>

<h2 id="Example" name="Example"></h2>

<pre class="brush: json no-line-numbers">"devtools_page": "devtools/my-page.html"</pre>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザ実装状況</h2>

<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>

<p>{{Compat("webextensions.manifest.devtools_page")}}</p>