Files
cc-inspector-chrome/template/src/devtools/index.js

4 lines
136 B
JavaScript
Raw Normal View History

2019-03-15 10:08:39 +08:00
chrome.devtools.panels.create('panel', 'img/logo.png', 'pages/panel.html', function (panel) {
console.log('hello from callback')
2019-03-15 10:08:39 +08:00
})