PDF Color Inverter

Inverts colors on PDFs

Что такое PDF Color Inverter?

PDF Color Inverter - это расширение Chrome, разработанное Noor Syed, и его основная функция - "Inverts colors on PDFs".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения PDF Color Inverter

Скачайте файлы расширений PDF Color Inverter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название PDF Color Inverter PDF Color Inverter
ID ikkeapgomkpbcpaiompapjdlhmafgkpg
Официальный URL https://chromewebstore.google.com/detail/pdf-color-inverter/ikkeapgomkpbcpaiompapjdlhmafgkpg
Описание Inverts colors on PDFs
Размер файла 27.25 KB
Количество установок 15,062
Текущая Версия 1.0
Последнее Обновление 2020-12-31
Дата публикации 2020-11-11
Рейтинг 3.88/5 Всего 33 оценок
Разработчик Noor Syed
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://docs.google.com/forms/d/e/1FAIpQLScUWcjY6QUO2Asv2Qes55xJ2BgQ0wQ841zXlXc7a_SW_XVyTg/viewform?usp=sf_link
Поддерживаемые языки 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
}