Chrome extension that provides a custom PDF viewer with additional controls.
- manifest.json – extension manifest
- background.js – service worker
- content/ – injected scripts
- viewer/ – custom viewer UI and JS
- popup/ – popup UI
- icons/ – extension icons
Enable Developer Mode in chrome://extensions, then "Load unpacked" pointing to this folder.
MIT