Print Image Pro
This extension allows you to scale an image to fit the page before printing it.
什么是Print Image Pro?
Print Image Pro是由Johan Gorter开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to scale an image to fit the page before printing it.”。
扩展截图
下载Print Image Pro扩展crx文件
下载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" } } |