How to make chrome browser display a csv file instead of downloading it?

Viewed 842

Is there a way to set Chrome so that instead of always downloading a csv file (with response header 'Content-Type: text/csv'), I can have the file displayed directly in the browser window?

1 Answers

May I suggest CSV Reader, a Chrome extension that stops CSV files from downloading and transforms them to a simple HTML table. It also remembers your settings for each url.

Transforms raw csv data into a simple html table, easily readable on the browser.

This extension transforms raw csv to a simple html table in seconds, and shows it online in the same tab.

Related