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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |