PDF Dark Theme chrome extension

Version: 1.03
PDF Dark Theme
Applies a dark theme to your PDF viewer
0.00 Based on 0 user rates

What is PDF Dark Theme?

PDF Dark Theme is a accessibility chrome extension. it's a free extension , it has 40 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 424 days ago.


What’s new in version 1.03?

                ⚠️IMPORTANT⚠️: This extension won't work until you give it permission to access file URLs. You can do so by heading to your browser's extension page and enabling file access there.

⚠️IMPORTANT⚠️:  This extension will only work on PDFs that you have installed locally on your computer. If you want it to work on PDFs you find online as well i.e. http://www.africau.edu/images/default/sample.pdf, I recommend you use Arshpreet Buttar's DarkPDF extension instead @ https://chrome.google.com/webstore/detail/darkpdf/cfemcmeknmapecneeeaajnbhhgfgkfhp?hl=en. 

⚠️IMPORTANT⚠️: Your PDF viewer should be set to light theme for this extension to work. If you try to open up a light PDF document in a dark PDF viewer, this extension is going to invert the colors for both of them. Leaving you with a dark PDF document and a light PDF viewer. You need to have both of a light PDF document and a light PDF viewer for the desired results. 

This extension is a fork of Buttar's extension (from above) except...

1. It's one file only

```js
let darkPdfDivStyles = `
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: #bfbfbf;
  mix-blend-mode: difference;
  z-index: 1; 
`;

let darkPdfDiv = document.createElement('div');
darkPdfDiv.setAttribute("style", darkPdfDivStyles);
document.body.appendChild(darkPdfDiv)
```            

How to install PDF Dark Theme?

You could download the latest version crx file or older version files and install it.


Preview of PDF Dark Theme


Technical Features:

  • Latest Version: 1.03
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Friday, March 17th, 2023
  • Author: skylake112

PDF Dark Theme Available languages:

English.


FAQ