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 |
官方網址 | 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" } } |