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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sick of Iframes taking forever to load in MT? Yeah, so is everyone else."입니다.
확장 프로그램 스크린샷
Mechanical Turk Requester On-Demand Iframes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |