Dark mode for PDF files

Turn on dark mode for built-in PDF viewer

What is Dark mode for PDF files?

Dark mode for PDF files is a Chrome extension developed by Diana Ferri, and its main feature is "Turn on dark mode for built-in PDF viewer".

Extension Screenshots

screenshot

Download Dark mode for PDF files Extension CRX File

Download Dark mode for PDF files 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

                        Dark mode for PDF enables dark mode for the browser's built-in pdf viewer. 
 
==== Features ====
⚈ Automatic dark mode for pdf files
⚈ Global switch - you can turn it off from the popup
⚈ Works for local files (file:// scheme)
⚈ Works in the offline mode                    

Extension Basic Information

Name Dark mode for PDF files Dark mode for PDF files
ID imfnolmlkamfkegkhlpofldehcfghkhk
Official URL https://chrome.google.com/webstore/detail/dark-mode-for-pdf-files/imfnolmlkamfkegkhlpofldehcfghkhk
Description Turn on dark mode for built-in PDF viewer
File Size 180 KB
Installation Count 100,000
Current Version 0.9.5
Last Updated 2021-12-10
Publish Date 2021-05-11
Rating 3.39/5 Total 31 Ratings
Developer Diana Ferri
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1oh4CUxq9XZl4kJb8ZdfBiraNCz0B2-dnafyBSH50wZs/edit?usp=sharing
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "",
        "storage"
    ],
    "version": "0.9.5"
}