Chrome extension that scores any webpage and extracts it into Aegis with one click.
chrome://extensions/ in ChromeactiveTab — read text from the current tab when the popup is openedscripting — extract page text via chrome.scripting.executeScriptNo data is stored. No external API calls are made for scoring. See privacy-policy.md.
popup.html UI and styles
popup.js Scoring logic, rendering, Aegis deep-link
manifest.json Chrome extension manifest (v3)
popup.test.js Jest test suite (37 tests)
npm install
npm test
MIT