PDF Color Inverter
Inverts colors on PDFs
Cos'è PDF Color Inverter?
PDF Color Inverter è un'estensione di Chrome sviluppata da Noor Syed, e la sua funzione principale è "Inverts colors on PDFs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PDF Color Inverter
Scarica i file di estensione PDF Color Inverter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Make PDFs easier on the eyes. Lightweight, simple, and easy to use. Turn your normal chrome pdf reader into one that can invert colors. IMPORTANT: To invert colors on locally downloaded PDFs, make sure to "allow access to file URLs" in the extension manager.
Informazioni di Base sull'Estensione
Nome | PDF Color Inverter |
ID | ikkeapgomkpbcpaiompapjdlhmafgkpg |
URL Ufficiale | https://chromewebstore.google.com/detail/pdf-color-inverter/ikkeapgomkpbcpaiompapjdlhmafgkpg |
Descrizione | Inverts colors on PDFs |
Dimensione del File | 27.25 KB |
Conteggio Installazioni | 15,062 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-12-31 |
Data di Pubblicazione | 2020-11-11 |
Valutazione | 3.88/5 Totale 33 Valutazioni |
Sviluppatore | Noor Syed |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://docs.google.com/forms/d/e/1FAIpQLScUWcjY6QUO2Asv2Qes55xJ2BgQ0wQ841zXlXc7a_SW_XVyTg/viewform?usp=sf_link |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF Color Inverter", "version": "1.0", "description": "Inverts colors on PDFs", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Invert PDF Colors", "default_icon": { "16": "images\/invert16.png", "32": "images\/invert32.png", "48": "images\/invert48.png", "128": "images\/invert128.png" } }, "icons": { "16": "images\/invert16.png", "32": "images\/invert32.png", "48": "images\/invert48.png", "128": "images\/invert128.png" }, "manifest_version": 2 } |