Modify Content-Type

Modify Content-Type

Change the response content type to force documents to open in or outside the browser window or in a special view mode (PDF, XML...)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Modify Content-Type",
  "description": "Change the response content type to force documents to open in or outside the browser window or in a special view mode (PDF, XML...)",
  "version": "0.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "jquery-2.0.3.min.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "mct16.png",
    "48": "mct48.png",
    "128": "mct128.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "options_page": "options.html"
}