PDF to JPG Online converter
Convert your PDF documents to JPG images Online free
PDF to JPG Online converter란 무엇입니까?
PDF to JPG Online converter은(는) http://pdftojpg.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert your PDF documents to JPG images Online free"입니다.
확장 프로그램 스크린샷
PDF to JPG Online converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The #1 convert PDF to JPG images online free. pdftojpg.online converter is an online tool that convert the PDF files to images. It's a simple, transparent PDF converter that supports various formats like JPG, PNG, Jpeg, Webp. How to Convert PDF to JPG Image online: - Select Your PDF document using 'Choose file' option. - Select preferred "Image quality" and " Image format" as per your requirement - Press the “Convert Now” button and the file will be converted in a moment. - You can download directly by clicking on "Download IMAGE files" button. Features: - Simply transform PDF to Images in the most accurate and precise way possible. - Convert a PDF page into a JPG file or JPG images to PDF format. - There is no need to install or download any apps or programs. Privacy: - The uploaded files will be removed automatically after 1 hour.
확장 프로그램 기본 정보
이름 | |
ID | ecgnildbpmmpchlkjmkhciaepnnogced |
공식 URL | https://chrome.google.com/webstore/detail/pdf-to-jpg-online-convert/ecgnildbpmmpchlkjmkhciaepnnogced |
설명 | Convert your PDF documents to JPG images Online free |
파일 크기 | 67.17 KB |
설치 횟수 | 19 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-02-28 |
출시 날짜 | 2021-02-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://pdftojpg.online |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pdftojpg.online |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PDF to JPG Online converter", "description": "Convert your PDF documents to JPG images Online free", "version": "1.0", "browser_action": { "default_icon": "icons\/icon.png", "default_title": "PDf to JPG Converter", "default_popup": "background.html" }, "permissions": [ "activeTab" ], "icons": { "128": "icons\/icon128x128.png", "64": "icons\/icon64x64.png", "48": "icons\/icon48x48.png", "32": "icons\/icon32x32.png", "16": "icons\/icon16x16.png" } } |