PDF Color Inverter
Inverts colors on PDFs
What is PDF Color Inverter?
PDF Color Inverter is a Chrome extension developed by Noor Syed, and its main feature is "Inverts colors on PDFs".
Extension Screenshots
Download PDF Color Inverter Extension CRX File
Download PDF Color Inverter 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
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.
Extension Basic Information
Name | PDF Color Inverter |
ID | ikkeapgomkpbcpaiompapjdlhmafgkpg |
Official URL | https://chromewebstore.google.com/detail/pdf-color-inverter/ikkeapgomkpbcpaiompapjdlhmafgkpg |
Description | Inverts colors on PDFs |
File Size | 27.25 KB |
Installation Count | 15,062 |
Current Version | 1.0 |
Last Updated | 2020-12-31 |
Publish Date | 2020-11-11 |
Rating | 3.88/5 Total 33 Ratings |
Developer | Noor Syed |
[email protected] | |
Payment Type | free |
Help Page URL | https://docs.google.com/forms/d/e/1FAIpQLScUWcjY6QUO2Asv2Qes55xJ2BgQ0wQ841zXlXc7a_SW_XVyTg/viewform?usp=sf_link |
Supported Languages | 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 } |