Print Image Pro
This extension allows you to scale an image to fit the page before printing it.
Что такое Print Image Pro?
Print Image Pro - это расширение Chrome, разработанное Johan Gorter, и его основная функция - "This extension allows you to scale an image to fit the page before printing it.".
Снимки экрана расширения
Скачать файл CRX расширения Print Image Pro
Скачайте файлы расширений Print Image Pro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to print any image stretched to fill the paper. Ideal for printing photo's and coloring pages. This is done as follows: right-click on the desired image and select 'Print Image Pro'. A preview window is openend which displays how this image is stretched to fit the page. You can then press print to send the image to the printer. There are 3 printing modes: color, grayscale and black/white. There is even a toner-save slider. Landscape images are automatically rotated to fit the paper.
Основная информация о расширении
Название | Print Image Pro |
ID | fhjkkcdlkhhanjllheiahepkpdgdnhdg |
Официальный URL | https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg |
Описание | This extension allows you to scale an image to fit the page before printing it. |
Размер файла | 271 KB |
Количество установок | 2,347 |
Текущая Версия | 2.2 |
Последнее Обновление | 2022-05-11 |
Дата публикации | 2016-04-02 |
Рейтинг | 3.42/5 Всего 19 оценок |
Разработчик | Johan Gorter |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Print Image Pro", "description": "This extension allows you to scale an image to fit the page before printing it.", "version": "2.2", "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ], "icons": { "16": "icon.png", "128": "icon-128.png" } } |