Table of Contents
Unlock your full learning potential! Ambient Learning Agent uses automated detection technology to identify your most opportune moments for learning. Seamlessly integrated into your daily routine, it delivers personalized flashcards to the Ambient Learning mobile app that align perfectly with your current studies. Say goodbye to missed learning opportunities and hello to effortless knowledge retention. Start your journey towards effortless and effective learning today!
To get a local copy up and running follow these simple example steps.
Closed-alpha test users would've received the distribution as a .crx
file.
- Unzip the
.crx
file using utilities such as 7zip. - Go to the extensions page. Type
chrome://extensions
in the Chrome address bar and hit enter. - Click on the developer mode toggle on the top right of the page.
- Click on the
Load unpacked
button on the top left of the page. - Select the unzipped folder when prompted.
- Congratulations! You have the extension installed. Click on the puzzle piece icon on the toolbar. You should see the Ambient Learning Agent extension inside. Click on the pin icon on the right to pin it to the toolbar.
- Now go to the Coursera SIADS 505 page here.
- Click on the Ambient Learning Agent icon on the toolbar. A popup with a login page will show. Log into your
umich.edu
Google account and start watching lectures.
- Clone the repo.
git clone https://github.com/educational-technology-collective/srs-chrome-extension.git
cd
into the project directory and install NPM packagescd srs-chrome-extension npm install
- Build the project
npm run build
- Go to the extensions page. Type
chrome://extensions
in the Chrome address bar and hit enter. - Click on the developer mode toggle on the top right of the page.
- Click on the
Load unpacked
button on the top left of the page. - Select the
dist
folder when prompted. - Congratulations! You have the extension installed. Click on the puzzle piece icon on the toolbar. You should see the Ambient Learning Agent extension inside. Click on the pin icon on the right to pin it to the toolbar.
- Now go to the Coursera SIADS 505 page here.
- Click on the Ambient Learning Agent icon on the toolbar. A popup with a login page will show. Log into your
umich.edu
Google account and start watching lectures.
See the open issues for a full list of proposed features (and known issues).