In Chrome, what's the simplest way to view the mime type of a document? In Chrome, what's the simplest way to view the mime type of a document? google-chrome google-chrome

In Chrome, what's the simplest way to view the mime type of a document?


Earlier & later versions of Chrome may be slightly different

Chrome v50.0.2661.102 m

To open Chromes developer tools (several options):

  1. Menu -> More Tools -> Developer Tools
  2. Ctrl + Shift + I
  3. Hit theF12 key

Once open, select the Network tab, select the name of the resource on the lefthand side, then hit the Headers tab. Under Response Headers find Content-Type which is your mime type.

enter image description here

With images you can select the Preview tab and you will be able to see some information about the resource, including the mime type, located at the bottom of the developer window.

enter image description here


Hit F12 and then go to Network tab. If you want html document then narrow the filter to Documents (on the bottom).