This is a personal AI study companion to help you store, recall, and understand text you've studied online.
- Open Chrome and navigate to
chrome://extensions. - Enable Developer mode in the top right corner.
- Click Load unpacked.
- Select the directory containing the extension's code.
- Open Brave and navigate to
brave://extensions. - Enable Developer mode in the top right corner.
- Click Load unpacked.
- Select the directory containing the extension's code.
- First-Time Setup: After installing, the extension will open an Options page. Paste your OpenRouter API key here and click save. You can access this page later by right-clicking the extension icon and choosing "Options".
- Save a Note: Select text on any webpage, right-click, and choose "Add to NoteyAO". A notification will confirm that your note has been saved.
- Recall and Review: Click the Notey-AO extension icon in your toolbar. A dashboard will appear showing your saved notes in a calendar or list view.
- Search: Use the search bar in the list view to perform a simple text search across your notes.
manifest.json: Defines the extension's permissions and structure.background.js: Manages the context menu and saving notes to local storage.dashboard.html/dashboard.js: The main user interface for viewing and searching notes.options.html/options.js: A dedicated page for you to securely save your OpenRouter API key.popup.css: The stylesheet for the extension's UI.