var panels = chrome.devtools.panels;
var angularPanel = panels.create(
"AngularJS",
"img/angular.png",
"hint.html"
);