JSON Schema Property 'open_in_tab'

Description

If true, your extension's options page will be opened in a new tab rather than embedded in chrome://extensions. The default is false, and we recommend that you don't change it. This is only useful to delay the inevitable deprecation of the old options UI! It will be removed soon, so try not to use it. It will break.

Diagram

JSON Schema Diagram of /properties/options_ui/properties/open_in_tab

Value

Boolean

Literal value true or false.

Default

false

Source

"open_in_tab": {
    "type": "boolean",
    "description": "If true, your extension's options page will be opened in a new tab rather than embedded in chrome://extensions. The default is false, and we recommend that you don't change it. This is only useful to delay the inevitable deprecation of the old options UI! It will be removed soon, so try not to use it. It will break.",
    "default": false
}
http://json.schemastore.org/chrome-manifest (354:10)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949