DarkX PDF

Enable dark mode for web pages and PDFs.

What is DarkX PDF?

DarkX PDF is a Chrome extension developed by Lakshya Kandpal, and its main feature is "Enable dark mode for web pages and PDFs.".

Extension Screenshots

screenshot

Download DarkX PDF Extension CRX File

Download DarkX PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        DarkX PDF is the must-have browser extension that enhances your online experience with dark mode, and the best part - it's completely free! 

What Does DarkX PDF Do?

- Universal Dark Mode: DarkX PDF brings dark mode to the entire web. With a single click, it transforms the appearance of web pages, making them easy on the eyes, reducing glare, and enhancing readability.
- Enhanced PDF Viewing: Say goodbye to eye strain during late-night reading or study sessions. DarkX PDF extends its dark mode magic to PDF documents, ensuring your reading experience is as comfortable as possible.


Why Install DarkX PDF?

- Reduce Eye Strain: DarkX PDF significantly reduces the eye strain caused by prolonged screen exposure, making it ideal for late-night browsing and reading.
- Boost Productivity: Dark mode isn't just about aesthetics; it can help you focus better and work more efficiently, especially in low-light conditions.
- Universal Compatibility: DarkX PDF works on most websites and PDFs, ensuring that you can enjoy dark mode across a wide range of content.
- User-Friendly: It's easy to use with a single click. DarkX PDF simplifies dark mode activation and customization, so you can enjoy your online content the way you want.
- Free and Convenient: DarkX PDF is completely free to install and use. You get all these fantastic features without spending a dime.

While DarkX PDF excels on most websites , it may exhibit minor quirks on websites with pre-existing dark mode functionality or those primarily using dark color themes. We're continuously working to improve compatibility for a smoother experience.

Install DarkX PDF today and enjoy a more comfortable and productive online experience. It's the ultimate dark mode solution for web pages and PDFs, and it's all about making your browsing better.                    

Extension Basic Information

Name DarkX PDF DarkX PDF
ID mboblcadblfhhmalejaafnikfmkdanfb
Official URL https://chromewebstore.google.com/detail/darkx-pdf/mboblcadblfhhmalejaafnikfmkdanfb
Description Enable dark mode for web pages and PDFs.
File Size 54.06 KB
Installation Count 131
Current Version 3.1
Last Updated 2023-11-06
Publish Date 2023-10-24
Rating 5.00/5 Total 2 Ratings
Developer Lakshya Kandpal
Email [email protected]
Payment Type free
Extension Website https://lakshyakandpal.notion.site/DarkX-Transforming-Your-Web-Experience-e77da92e0cab4495bd7020da54f71bfe
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DarkX PDF",
    "version": "3.1",
    "description": "Enable dark mode for web pages and PDFs.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}