Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 633 Bytes

File metadata and controls

27 lines (16 loc) · 633 Bytes

zyBook Solver

A Chrome extension that solves zyBooks participation activities for you. Just click the extension icon while on a zyBooks activity page and watch the magic happen.

This should (probably) work in any Chromium browser (maybe).

Project Setup

  1. Ensure you have Node.js installed on your machine.

  2. Install dependencies

npm install
  1. Build the extension
npm run build
  1. Open your extensions page. In Chrome, you can navigate to chrome://extensions/.

  2. Enable "Developer mode" using the toggle in the top right corner.

  3. Click the "Load unpacked" button and select this directory.