html html html

$.get(chrome.runtime.getURL('/template.html'), function(data) {
  
    $(data).appendTo('body');
  
});
CertainBadProgrammer