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文件
下載PDF to JPG Online converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |