Image to PDF - dearprint

Create a multi-page PDF from WEB or PC images. PDF/X format is supported.

Image to PDF - dearprint란 무엇입니까?

Image to PDF - dearprint은(는) drawser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a multi-page PDF from WEB or PC images. PDF/X format is supported."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Image to PDF - dearprint 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        From web images or your local PC images, you can create a multi-page PDF.
Your local images do NOT UPLOAD to server, therefore your local images are not viewed by others. 
It dose NOT EAT MEMORY, when it is not working.

Features:
* Select images which you convert.
* Choose a save PDF type between viewing in "PC" or "Print" or "PDF/X".
* Save in various color controlled PDF formats, PDF/X-1a, PDF/X-3, PDF/X-4.
* Sort images by Size, Displayed order in browsing WEB, Selected, or Manual sort by drag & drop.
* Conversion speed is fast, because a PDF conversion works locally.
* Images can edit. (It needs network connection and local images cannot edit.)

If you need Chrome Apps version,
https://chrome.google.com/webstore/detail/image-to-pdf-dearprintcom/npkedjkmmnfjjpmglmgaeinblddpomla                    

확장 프로그램 기본 정보

이름 Image to PDF - dearprint Image to PDF - dearprint
ID fkcddcfdmiebmhabfipjlnkkeokdlbom
공식 URL https://chromewebstore.google.com/detail/image-to-pdf-dearprint/fkcddcfdmiebmhabfipjlnkkeokdlbom
설명 Create a multi-page PDF from WEB or PC images. PDF/X format is supported.
파일 크기 7.4 MB
설치 횟수 24,549
현재 버전 0.0.4.0
최근 업데이트 2015-11-04
출시 날짜 2015-11-03
평점 4.09/5 총 46 개의 평점
개발자 drawser
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image to PDF - dearprint",
    "version": "0.0.4.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "top_icon128.png"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "20",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Images to PDF"
    },
    "web_accessible_resources": [
        "icc\/*"
    ]
}