mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2026-04-28 20:16:33 +00:00
init
This commit is contained in:
3
template/src/devtools/index.js
Normal file
3
template/src/devtools/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
chrome.devtools.panels.create('panel', 'img/logo.png', 'pages/panel.html', function (panel) {
|
||||
console.log('hello from callback')
|
||||
})
|
||||
Reference in New Issue
Block a user