1

尝试安装各种应用程序时,我不断收到以下警告。有人知道如何解决这些问题吗?

There were warnings when trying to install this extension:
Unrecognized manifest key 'arc_metadata'.
'accessibilityFeatures.read' is not allowed for specified platform.
4

1 回答 1

1

根据https://developer.chrome.com/apps/accessibilityFeatures

重要提示:此 API 仅适用于 Chrome 操作系统。

这是您在非 Chrome 操作系统上运行时会看到的警告。它是良性的,accessibilityFeatures 不会在这些平台上使用。

于 2015-04-07T17:22:22.727 回答