UNPKG
devtron
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Electron DevTools Extension
github.com/electron/devtron
electron/devtron
devtron
/
static
/
devtron.html
11 lines
(10 loc)
•
214 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
devtron
</
title
>
<
script
>
chrome.
devtools
.
panels
.
create
(
'Devtron'
,
'devtron.png'
,
'static/index.html'
)
</
script
>
</
head
>
</
html
>