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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aaamp และคุณลักษณะหลักของมันคือ "Sick of Iframes taking forever to load in MT? Yeah, so is everyone else."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mechanical Turk Requester On-Demand Iframes

ดาวน์โหลดไฟล์ส่วนขยาย Mechanical Turk Requester On-Demand Iframes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}