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 |
Eメール | [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" } } |