Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Add-ons
  3. Browser extensions
  4. manifest.json
  5. devtools_page

devtools_page

TypeString
MandatoryNo
Manifest version2 or higher
Example
json
"devtools_page": "devtools/my-page.html"

Use this key to enable your extension to extend the browser's built-in devtools.

This key is defined as a URL to an HTML file. The HTML file must be bundled with the extension, and the URL is relative to the extension's root.

The use of this manifest key triggersan install-time permission warning about devtools. To avoid an install-time permission warning, mark the feature as optional by listing the"devtools" permission in theoptional_permissions manifest key.

SeeExtending the developer tools to learn more.

Example

json
"devtools_page": "devtools/my-page.html"

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp