Openturk
The Definitive Toolbox for Amazon Mechanical Turk
Openturkとは何ですか?
Openturkはopenturkによって開発されたChromeの拡張機能で、その主な機能は「The Definitive Toolbox for Amazon Mechanical Turk」です。
拡張機能のスクリーンショット
Openturk拡張機能のCRXファイルをダウンロード
Openturk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Openturk Chrome extension allows you to use MTurk more efficiently: manage your favorite requesters, share HITs you like and work on HITs that other workers have liked, and track your earnings.
============================
You can find this extension's source code on Github:
https://github.com/openturk/openturk_chrome_extension
Feedback and pull requests are welcome!
============================
- 0.5.0: Better recommendations page.
- 0.4.9: Enhancing the login/logout mturk detection.
- 0.4.3-0.4.8: Progress on fixing the favorites synchronization issue.
- 0.4.2: Temporarily switch to chrome.storage.local the sync function of Chrome seems buggy.
- 0.4.1: Add the option to open notifications links in new tabs (true by default)
- 0.4: Initial release
- < 0.4: Pre Alpha 拡張機能の基本情報
| 名前 | |
| ID | kjcgglnfcafddffbkghnlhongefbcjil |
| 公式URL | https://chromewebstore.google.com/detail/openturk/kjcgglnfcafddffbkghnlhongefbcjil |
| 説明 | The Definitive Toolbox for Amazon Mechanical Turk |
| ファイルサイズ | 533 KB |
| インストール数 | 257 |
| 現在のバージョン | 0.5.1 |
| 最終更新日 | 2014-09-10 |
| 公開日 | 2014-09-10 |
| 評価 | 3.87/5 合計 23 レビュー |
| 開発者 | openturk |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://openturk.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Openturk",
"description": "The Definitive Toolbox for Amazon Mechanical Turk",
"version": "0.5.1",
"permissions": [
"*:\/\/*.mturk.com\/*",
"*:\/\/*.openturk.com\/*",
"*:\/\/*.amazon.com\/*",
"storage",
"unlimitedStorage",
"contextMenus",
"alarms",
"tabs"
],
"manifest_version": 2,
"background": {
"persistent": true,
"page": "background.html"
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "OpenTurk",
"default_popup": "pages\/popup.html"
},
"content_scripts": [
{
"js": [
"pages\/scripts\/jquery-2.0.3.min.js",
"js\/mturk.js"
],
"matches": [
"http:\/\/*.mturk.com\/*",
"https:\/\/*.mturk.com\/*"
],
"css": [
"pages\/styles\/content.css"
],
"run_at": "document_end"
},
{
"all_frames": true,
"js": [
"pages\/scripts\/jquery-2.0.3.min.js",
"js\/paste.js"
],
"matches": [
" | |