PDF Color Inverter
Inverts colors on PDFs
Co to jest PDF Color Inverter?
PDF Color Inverter to rozszerzenie Chrome opracowane przez Noor Syed, a jego główną funkcją jest „Inverts colors on PDFs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PDF Color Inverter
Pobierz pliki rozszerzeń PDF Color Inverter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PDF Color Inverter |
ID | ikkeapgomkpbcpaiompapjdlhmafgkpg |
Oficjalny URL | https://chromewebstore.google.com/detail/pdf-color-inverter/ikkeapgomkpbcpaiompapjdlhmafgkpg |
Opis | Inverts colors on PDFs |
Rozmiar pliku | 27.25 KB |
Liczba instalacji | 15,062 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-12-31 |
Data Publikacji | 2020-11-11 |
Ocena | 3.88/5 Łącznie 33 Oceny |
Deweloper | Noor Syed |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://docs.google.com/forms/d/e/1FAIpQLScUWcjY6QUO2Asv2Qes55xJ2BgQ0wQ841zXlXc7a_SW_XVyTg/viewform?usp=sf_link |
Obsługiwane Języki | 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 } |