I tried to find the Chrome extension that does this, but could not find it. Basically, I want to get into a web service that returns the title of the application content type / rdf + xml or application / xml, and Chrome automatically displays the inline content. I have an XML tree extension that displays XML just fine, but Chrome will download files by default if they don't have a specific extension.
My question is: is there a way to get Chrome to open some inline strings based on the Content-Type returned from the server? Extending or direct support in Chrome is great with me. If this does not exist, I will investigate its development.
source share