Caution
This project is in a beta phase, so we do not currently recommend it for production. Stay up to date with this and other Inled Group projects on our newsletter.
Dark PDF Viewer Pro is the definitive solution for night reading enthusiasts. This browser extension allows you to open a PDF in a completely dark, elegant viewer with a native dark theme that protects your eyesight without compromising document readability.
- 🌑 Native Dark Mode: Interface designed from scratch for low-light environments.
- 🚀 High Performance: Based on the powerful
PDF.jslibrary, ensuring fast and smooth loading. - 🛡️ Total Privacy: No unnecessary permissions required. Your documents are processed locally in your browser.
- 🎨 Clean Interface: Minimalism focused on content, eliminating visual distractions.
- 🌍 Multilingual Support: Compatible with various languages and character sets (CMap).
This project leverages the latest in web technologies for extensions:
- Manifest V3: Modern architecture following Chrome security standards.
- PDF.js: Industry-leading PDF rendering engine.
- Service Workers: Efficient background resource management.
To try the extension locally, follow these steps:
- Clone this repository or download the source code.
- Open your browser (Chrome, Edge, or Brave) and go to the extensions page:
chrome://extensions/. - Activate "Developer mode" in the upper right corner.
- Click "Load unpacked" and select the root folder of this project.
- Done! Open any PDF file to enjoy the Pro experience.
├── manifest.json # Extension configuration (MV3)
├── service-worker.js # Background logic and tab management
├── icons/ # Visual assets for the extension
└── pdfjs/ # PDF viewer core
├── build/ # PDF.js binary files
└── web/ # User interface (HTML/CSS/JS)
This project is distributed under the MIT license. Check the LICENSE file in the pdfjs folder for more details on third-party components.
Made with ❤️ for you.