Chrome Direct Print

Print HTML/PDF directly to printer

Что такое Chrome Direct Print?

Chrome Direct Print - это расширение Chrome, разработанное https://tiger-workshop.com, и его основная функция - "Print HTML/PDF directly to printer".

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

screenshot

Скачать файл CRX расширения Chrome Direct Print

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

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

                        Enable silent print to multiple printers without PDF download or user confirmation.

Currently support Windows and PDF only.

** Must be used with "Chrome Direct Print Host" **

Read http://blog.tiger-workshop.com/chrome-direct-print for detail                    

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

Название Chrome Direct Print Chrome Direct Print
ID fnfkcaeloalplnglklappfjfjeafakeo
Официальный URL https://chromewebstore.google.com/detail/chrome-direct-print/fnfkcaeloalplnglklappfjfjeafakeo
Описание Print HTML/PDF directly to printer
Размер файла 189 KB
Количество установок 5,711
Текущая Версия 2.0.0
Последнее Обновление 2018-09-08
Дата публикации 2018-09-08
Рейтинг 2.50/5 Всего 14 оценок
Разработчик https://tiger-workshop.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://blog.tiger-workshop.com/chrome-direct-print
URL страницы помощи http://blog.tiger-workshop.com/chrome-direct-print
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Direct Print",
    "version": "2.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "description": "Print HTML\/PDF directly to printer",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon-128.png"
    ],
    "permissions": [
        "nativeMessaging",
        "storage"
    ]
}