Dark mode for PDF files

Turn on dark mode for built-in PDF viewer

Dark mode for PDF filesคืออะไร?

Dark mode for PDF files เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Diana Ferri และคุณลักษณะหลักของมันคือ "Turn on dark mode for built-in PDF viewer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark mode for PDF files

ดาวน์โหลดไฟล์ส่วนขยาย Dark mode for PDF files ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark mode for PDF files Dark mode for PDF files
ID imfnolmlkamfkegkhlpofldehcfghkhk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dark-mode-for-pdf-files/imfnolmlkamfkegkhlpofldehcfghkhk
คำอธิบาย Turn on dark mode for built-in PDF viewer
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 0.9.5
อัปเดตครั้งล่าสุด 2021-12-10
วันที่เผยแพร่ 2021-05-11
คะแนน 3.39/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา Diana Ferri
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1oh4CUxq9XZl4kJb8ZdfBiraNCz0B2-dnafyBSH50wZs/edit?usp=sharing
ภาษาที่รองรับ 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"
}