mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-04-22 13:49:50 +08:00
17 lines
228 B
JavaScript
17 lines
228 B
JavaScript
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'
|
|
); |