Skip to content

The extension for Amazon Mechanical Turk

Notifications You must be signed in to change notification settings

chrisinit/mturk-suite

 
 

Repository files navigation

⚠️⚠️⚠️ WARNING ⚠️⚠️⚠️

The master branch is the rewrite the will become v3. You can find v2 (the version currently published for Chrome and Firefox) under the v2 branch.


Available Scripts

In the project directory, you can run:

npm run start

Compiles the extension into ./build/unpacked to be that can be loaded into Chrome or Firefox for development.

The extension will automatically reload when you save changes.

Load into Chrome

  1. Open Chrome
  2. Go to chrome://extensions
  3. Turn on Developer mode
  4. Click Load unpacked
  5. Select folder ./build/unpacked

Load into Firefox

  1. Open Firefox
  2. Go to about:debugging
  3. Click Load Temporary Add-on...
  4. Open ./build/unpacked/manifest.json

npm run build

Compiles the extension into ./build/unpacked and then packages that into production ready zips at ./build/{target}-{version}.zip.

About

The extension for Amazon Mechanical Turk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.7%
  • HTML 18.6%
  • CSS 11.6%
  • TypeScript 5.1%