Mechanical Turk Requester On-Demand Iframes

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

Mechanical Turk Requester On-Demand Iframes क्या है?

Mechanical Turk Requester On-Demand Iframes aaamp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sick of Iframes taking forever to load in MT? Yeah, so is everyone else."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mechanical Turk Requester On-Demand Iframes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Mechanical Turk Requester On-Demand Iframes Mechanical Turk Requester On-Demand Iframes
ID eoimkbclfdlkjaibhphkgapempafmnon
आधिकारिक URL https://chromewebstore.google.com/detail/mechanical-turk-requester/eoimkbclfdlkjaibhphkgapempafmnon
विवरण Sick of Iframes taking forever to load in MT? Yeah, so is everyone else.
फ़ाइल का आकार 46.43 KB
स्थापना संख्या 219
वर्तमान संस्करण 0.3
अंतिम अपडेट 2014-04-09
प्रकाशन तिथि 2014-04-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर aaamp
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}