Mechanical Turk Requester On-Demand Iframes

Mechanical Turk Requester On-Demand Iframes

Sick of Iframes taking forever to load in MT? Yeah, so is everyone else.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mechanical Turk Requester On-Demand Iframes",
  "version": "0.3",
  "description": "Sick of Iframes taking forever to load in MT? Yeah, so is everyone else.",
  "author": "A. Peters; CMU Social Computing",
  "icons": {
    "128": "img/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://requester.mturk.com/mturk/manageHITs*"
      ],
      "css": [
        "css/mt.css"
      ],
      "js": [
        "js/jquery.js",
        "js/mt.js"
      ]
    }
  ]
}