Print Image Pro
This extension allows you to scale an image to fit the page before printing it.
Vad är Print Image Pro?
Print Image Pro är en Chrome-tillägg utvecklad av Johan Gorter, och dess huvudfunktion är "This extension allows you to scale an image to fit the page before printing it.".
Tilläggsskärmbilder
Ladda ner Print Image Pro-förlängningens CRX-fil
Ladda ner Print Image Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Print Image Pro |
ID | fhjkkcdlkhhanjllheiahepkpdgdnhdg |
Officiell webbadress | https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg |
Beskrivning | This extension allows you to scale an image to fit the page before printing it. |
Filstorlek | 271 KB |
Antal Installationer | 2,347 |
Aktuell Version | 2.2 |
Senast Uppdaterad | 2022-05-11 |
Publiceringsdatum | 2016-04-02 |
Betyg | 3.42/5 Totalt 19 Betyg |
Utvecklare | Johan Gorter |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |