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