3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
|
/* global chrome */
|
||
|
chrome.devtools.panels.create('Foo', 'foo.png', 'index.html');
|