jacobdonais / ColorblindWebExtension

0 stars 0 forks source link

Color-blind Web Extension

Project for CSCE-436 - Computer-Human Interaction

Checkout the Wiki for project setup steps!

Configuration (Development)

Please refer to Googles support page for creating and publishing custom Chrome apps & extensions

  1. Choose the type of test device you need:
    • Apps—Sign in to your Google Account on a Chrome device.
    • Extensions—Sign in to your Google Account on a Chrome device or Chrome Browser on a Windows, Mac, or Linux computer.
  2. Save the app or extension folder on your test device.
  3. Go to chrome://extensions/.
  4. At the top right, turn on Developer mode.
  5. Click Load unpacked.
  6. Find and select the app or extension folder.
  7. Open a new tab in Chromeand thenclick Appsand thenclick the app or extension. Make sure it loads and works correctly.
  8. If needed, make changes in the manifest.json file, host the app folder, and retest it. Repeat until the app or extension works correctly.