Print Image Pro
This extension allows you to scale an image to fit the page before printing it.
Apa itu Print Image Pro?
Print Image Pro adalah ekstensi Chrome yang dikembangkan oleh Johan Gorter, dan fitur utamanya adalah "This extension allows you to scale an image to fit the page before printing it.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Print Image Pro
Unduh file ekstensi Print Image Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Print Image Pro |
ID | fhjkkcdlkhhanjllheiahepkpdgdnhdg |
URL Resmi | https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg |
Deskripsi | This extension allows you to scale an image to fit the page before printing it. |
Ukuran File | 271 KB |
Jumlah Instalasi | 2,347 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2022-05-11 |
Tanggal Publikasi | 2016-04-02 |
Penilaian | 3.42/5 Total 19 Penilaian |
Pengembang | Johan Gorter |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |