Hit Spooner is a Chrome extension designed to enhance your experience on Amazon Mechanical Turk (MTurk). The extension allows you to efficiently manage and interact with HITs (Human Intelligence Tasks) by providing features like fetching, filtering, auto-accept, dashboard and requester management.
To install and run Hit Spooner locally:
-
Clone the Repository:
git clone https://github.com/cldevdad/hit-spooner.git cd hit-spooner -
Install Dependencies: Make sure you have Yarn installed, then run:
yarn
-
Build the Extension: To create a production build:
yarn build
-
Run in Development Mode: To start the development server and watch for changes:
yarn serve
Tip: For easier development, you can install the Extensions Reloader Chrome extension. This tool allows you to reload your extension with a single click, making it convenient to see your changes immediately without manually refreshing the extensions page.
-
Load the Extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" by toggling the switch in the top-right corner.
- Click on "Load unpacked" and select the
distfolder inside your project directory.
- Open Chrome and navigate to
-
Reload the Extension: After making changes, run the following to reload the extension automatically:
yarn build
Contributions are welcome! Please open an issue or submit a merge request for any bug fixes or feature enhancements.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or issues, please refer to the issues page on GitHub.