DarkPDF
Adds a dark mode to the standard Chrome PDF-Viewer
Apa itu DarkPDF?
DarkPDF adalah ekstensi Chrome yang dikembangkan oleh Mano176, dan fitur utamanya adalah "Adds a dark mode to the standard Chrome PDF-Viewer".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DarkPDF
Unduh file ekstensi DarkPDF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The dark mode can be turned on and off for each PDF individually
Informasi Dasar Ekstensi
Nama | DarkPDF |
ID | jhlfcnmbhnelhkfoicmfkdhbhaonadoh |
URL Resmi | https://chromewebstore.google.com/detail/darkpdf/jhlfcnmbhnelhkfoicmfkdhbhaonadoh |
Deskripsi | Adds a dark mode to the standard Chrome PDF-Viewer |
Ukuran File | 14.38 KB |
Jumlah Instalasi | 300 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-11-05 |
Tanggal Publikasi | 2022-11-01 |
Penilaian | 4.88/5 Total 8 Penilaian |
Pengembang | Mano176 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DarkPDF", "version": "1.1", "description": "Adds a dark mode to the standard Chrome PDF-Viewer", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*.pdf", "file:\/\/*.pdf" ], "js": [ "script.js" ], "css": [ "style.css" ] } ] } |