Add the ''dummy'' possibility to validate the HTML when simply clicking on the icon / plus a shortcut

Created by: mgueury

The dummy possibility is a) or get the HTML from Dom after Javascript execution b) or get the page by redoing a stupid XmlHttpRequest with the danger to pull the page a second time from the server. c) or use chrome.debugger

(c) Is probably not possible. If I remember well, to get the page from the cache, it needs the requestId. but that requestId nowhere.

The only way, but not working here, is to enable chrome.debugger, then request the page from the server (you get the requestid), and then get the html of the page.