Can I access Chrome chrome://gpu/ data with Javascript? -


when open page chrome://gpu/ can see if video hardware accelerated or not, can information using javascript? (i'm building chrome extension maybe there api?)

thx in advance!

check out requirements section of manifest:

hosting sites such chrome web store may use list dissuade users installing apps or extensions not work on computer. supported requirements include "3d" , "plugins"; additional requirements checks may added in future.

we're discussing system-capability api let individual apps , extensions progressively enhance behavior according runtime environment.

red john's basic answer in comment correct, though: internal chrome pages off-limits.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -