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文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | eoimkbclfdlkjaibhphkgapempafmnon |
| 官方網址 | 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"
]
}
]
} | |