-
Open Chrome Extensions Page
chrome://extensions/ -
Clean Install
- Remove any existing FAF extensions first
- Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select:
/Users/wolfejam/faf-production/dist/
-
Verify Installation
- Extension should show "FAF" with orange icon
- No error messages on the extension card
- Click "Details" → "Inspect views: service worker" to check for errors
- Go to:
https://github.com/microsoft/monaco-editor - Wait for page to fully load
- Click the FAF extension icon in toolbar
- Click "Extract Context" button
- Expected Score: 90-100% (was 9% before fix)
- Go to:
https://github.com/facebook/react - Wait for page to fully load
- Click the FAF extension icon
- Click "Extract Context" button
- Expected Score: 85-95% (was 45% before)
- Go to:
https://codesandbox.ioorhttps://stackblitz.com - Open any project
- Click FAF extension
- Expected Score: 85-90%
If you see service worker errors:
- Go to
chrome://extensions/ - Find FAF extension
- Click "Details"
- Click "Inspect views: service worker"
- Check Console for errors
- Try clicking "Reload" on the extension
This is normal on first load:
- Refresh the target page (Cmd+R)
- Try extracting again
- The error should show: "Content script not ready. Please refresh the page and try again."
If still getting low scores:
- Check service worker console for errors
- Verify the page has fully loaded
- Try on a different GitHub repo
The updates from Gemini/recent changes:
browser-faf-engine.ts- Now uses realScoreCalculatorscorer.ts- Implements slot-based scoring from faf-engine Mk-1chrome.ts- Improved error handling for messaging
- Monaco Editor: 90-100% ✅
- React: 85-95% ✅
- No critical errors in console ✅
- Extraction completes successfully ✅
- First load: Content script may not be ready - refresh page
- Dev mode quirks: Service worker may go inactive - reload extension
- Keyboard shortcut: Ctrl+Shift+F not working yet (todo)
Quality Standard: 🏎️⚡️Wolfejam - Real scoring, no fakes!