0

Some time ago, there were still chrome packaged legacy apps which had the ability to make options-pages. I want to use the option-page in my chrome app, but when I try to use it, the extension page shows:

''options_page' is only allowed for extensions, hosted apps, and legacy packaged apps, but this is a packaged app'.

How can I use an options-page or something of the kind to store and read settings for my app? Thanks

4

1 回答 1

0

如上所述,您需要自己为 Chrome 应用程序创建一个“选项页面”。此外,您可以使用以下功能来存储“选项页面”的每个值:

也就是说,您应该自己实现提供“选项页面”的功能,包括页面创建、每个事件处理和存储每个设置值。

于 2016-03-14T04:07:20.710 回答