Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

chrome.system is undefined

In the chrome app, I want to use chrome.system.display.getInfo to get the resolution of the display.

However, it always reports error

chrome.system is undefined.

Have I missed any permissions in the manifest to use chrome.system?

BTW: My chrome version is 47.0.

like image 387
Fiona Avatar asked Sep 18 '25 18:09

Fiona


1 Answers

chrome.system.display requires "system.display" permission

like image 115
minj Avatar answered Sep 21 '25 09:09

minj