mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-04-19 12:19:46 +08:00
add
This commit is contained in:
parent
db2bfa6feb
commit
d3125bede3
11
devtools.html
Normal file
11
devtools.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
|
||||
<script type="text/javascript" src="./devtools.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
17
devtools.js
Normal file
17
devtools.js
Normal file
@ -0,0 +1,17 @@
|
||||
chrome.devtools.panels.create(
|
||||
'v_opitons',
|
||||
null,
|
||||
'options.html'
|
||||
);
|
||||
|
||||
chrome.devtools.panels.create(
|
||||
'v_diff',
|
||||
null,
|
||||
'diff_text.html'
|
||||
);
|
||||
|
||||
chrome.devtools.panels.create(
|
||||
'v_ast',
|
||||
null,
|
||||
'astexplorer_babel.html'
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user