Extensão do Chrome Injete HTML
$.get(chrome.runtime.getURL('/template.html'), function(data) {
$(data).appendTo('body');
});
CertainBadProgrammer
$.get(chrome.runtime.getURL('/template.html'), function(data) {
$(data).appendTo('body');
});