Mechanical Turk Requester On-Demand Iframes
Sick of Iframes taking forever to load in MT? Yeah, so is everyone else.
Qu'est-ce que Mechanical Turk Requester On-Demand Iframes ?
Mechanical Turk Requester On-Demand Iframes est une extension Chrome développée par aaamp, et sa fonction principale est "Sick of Iframes taking forever to load in MT? Yeah, so is everyone else.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mechanical Turk Requester On-Demand Iframes
Téléchargez les fichiers d'extension Mechanical Turk Requester On-Demand Iframes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Mechanical Turk's Requester > Manage HITs interface (https://requester.mturk.com/mturk/manageHITs) loads each HIT's iframe by default. This can get pretty slow and annoying. With this extension, improve performance and reduce headaches by loading iframes only when you want them. --- Note: the permissions for this extension say that it can access your info on requester.mturk.com. To clarify: this is because the app is set up to run ONLY on this domain. The only access that takes place is providing on-demand iframe loading. Absolutely NO information of any kind is stored in any way; this extension has no mechanism for data storage, and never will!
Informations de Base sur l'Extension
Nom | Mechanical Turk Requester On-Demand Iframes |
ID | eoimkbclfdlkjaibhphkgapempafmnon |
URL Officiel | https://chromewebstore.google.com/detail/mechanical-turk-requester/eoimkbclfdlkjaibhphkgapempafmnon |
Description | Sick of Iframes taking forever to load in MT? Yeah, so is everyone else. |
Taille du Fichier | 46.43 KB |
Nombre d'Installations | 219 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2014-04-09 |
Date de Publication | 2014-04-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | aaamp |
Type de Paiement | free |
Langues Prises en Charge | en |
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" ] } ] } |