DarkPDF
Adds a dark mode to the standard Chrome PDF-Viewer
Qu'est-ce que DarkPDF ?
DarkPDF est une extension Chrome développée par Mano176, et sa fonction principale est "Adds a dark mode to the standard Chrome PDF-Viewer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DarkPDF
Téléchargez les fichiers d'extension DarkPDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The dark mode can be turned on and off for each PDF individually
Informations de Base sur l'Extension
Nom | DarkPDF |
ID | jhlfcnmbhnelhkfoicmfkdhbhaonadoh |
URL Officiel | https://chromewebstore.google.com/detail/darkpdf/jhlfcnmbhnelhkfoicmfkdhbhaonadoh |
Description | Adds a dark mode to the standard Chrome PDF-Viewer |
Taille du Fichier | 14.38 KB |
Nombre d'Installations | 300 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-11-05 |
Date de Publication | 2022-11-01 |
Évaluation | 4.88/5 Total 8 Évaluations |
Développeur | Mano176 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |