A browser extension designed to improve navigation within the Canvas LMS by adding a dedicated sidebar or top bar for quick module access.
- Quick Navigation: Jump between course modules without returning to the home page.
- Dynamic Loading: Automatically detects modules on the current course page.
- Collapsible UI: Hide or show the bar to maximize screen real estate.
- Persistent View: Keeps your place in the module list as you browse.
- Download the repository as a ZIP or clone it via Git.
- Open your browser's extension management page:
- Chrome/Edge:
chrome://extensions - Brave:
brave://extensions
- Chrome/Edge:
- Enable Developer mode (top right toggle).
- Click Load unpacked and select the folder containing the extension files.
- Log in to your Canvas LMS account.
- Navigate to any course.
- The Module Bar will automatically appear on the side of the page.
- Click any module item to navigate directly to that content.
storage: To remember the bar's collapsed/expanded state.host permissions: Access to*.instructure.com/*(or your specific Canvas domain) to inject the navigation bar.