Optimize webpage fonts for comfortable reading. Change font family, size, and text colors with one click.
Select font & adjust settings → Click Apply → CSS injected via chrome.scripting.insertCSS → Page fonts change instantly → Settings saved to chrome.storage.local
All processing happens locally. No network requests, no data upload.
storage — Saves font preferences locally onlyscripting — Injects CSS to change fonts. Does not read page text or data.activeTab — Only accesses current tab when you click ApplyLocal Font Access: The browser will request permission when reading your installed font list. Only font display names are read — font source files are not extracted, copied or uploaded.
GitHub repository only contains readme documentation for reference. No offline installation packages, source code for end users are not provided. Official installation channel is Chrome Web Store only.
For questions: [email protected]