Learntime Web Clipper FAQ

What is the Learntime Web Clipper?

The Web Clipper is a Chrome extension that lets you save web pages directly to your Learntime MemoryStack. When you find valuable content online, you can save it with one click and transform it into a structured topic for active recall practice.

Is the Web Clipper available in the Chrome Web Store?

The Web Clipper will be available in the Chrome Web Store soon. Currently, you can install and use it in Chrome developer mode by following the instructions below.

How do I install the Web Clipper in developer mode?

  1. Clone the repository:
git clone https://github.com/gerosullivan/learntime-web-clipper.git
cd learntime-web-clipper
  1. Install dependencies:
npm install
  1. Build the extension:
npm run build
  1. Load in Chrome:
  • Open Chrome and navigate to chrome://extensions
  • Enable "Developer mode" in the top right
  • Click "Load unpacked"
  • Select the dist directory from your build

How do I use the Web Clipper?

  1. Log in to your Learntime account at app.learntime.ai
  2. Click the Web Clipper icon in your Chrome toolbar
  3. Select the MemoryStack where you want to save the page
  4. Click "Save Page"

The content will be automatically processed and added as a new topic in your chosen MemoryStack.

What content can I save with the Web Clipper?

The Web Clipper works with any webpage that contains readable content. It automatically filters out ads, navigation menus, and other unnecessary elements to capture just the main content you want to study.

Does the Web Clipper require a Learntime account?

Yes, you need a Learntime account to use the Web Clipper. You can sign up for free at learntime.ai.

How does the Web Clipper handle privacy and security?

  • The extension only accesses webpage content when you explicitly click to save
  • It connects only to the Learntime domain (app.learntime.ai)
  • No data is stored locally in the extension
  • All communication with Learntime servers is encrypted

What should I do if I encounter issues?

  1. Make sure you're logged in to your Learntime account
  2. Check your internet connection
  3. Try refreshing the page
  4. If issues persist, you can:

When will the Web Clipper be available in the Chrome Web Store?

We're currently finalizing the Chrome Web Store submission. Follow us on X (formerly Twitter) for updates on the official release.

Technical Requirements

  • Chrome browser version 88 or higher
  • Active internet connection
  • Learntime account
  • Node.js and npm (for developer mode installation only)
Learntime