PDFChef – PDF Converter & Editor
Free tools to Convert, Merge, Split, Rotate PDFs, and Re-Order PDF pages.
PDFChef – PDF Converter & Editor란 무엇입니까?
PDFChef – PDF Converter & Editor은(는) https://pdfchef.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free tools to Convert, Merge, Split, Rotate PDFs, and Re-Order PDF pages."입니다.
확장 프로그램 스크린샷
PDFChef – PDF Converter & Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Work with PDFs right in your browser, without installing additional software. PDFChef gives you quick access to must-have online PDF tools. PDF Editing Tools: - Merge PDFs - Split a PDF and extract individual pages - Rotate PDFs - Reorder and delete PDF pages PDF Converters: - PDF to Word, Excel, PowerPoint - Word, Excel, PowerPoint to PDF - Convert images to and from PDF: JPG, PNG, BMP, TIFF - Other conversions: PDF to HTML, PDF to EPUB or vice versa, DjVu to PDF How to Use the PDFChef Chrome Extension: 1. Click the PDFChef icon in your extensions list. 2. Type the tool or the format name in the search field. 3. Click the tool you want to use. The link will take you to the webpage for that tool. 4. Add your file and get the output file with one click. By installing the extension, you agree to the PDFChef Privacy (https://pdfchef.com/privacy-policy.html) and Terms (https://pdfchef.com/terms-of-use.html).
확장 프로그램 기본 정보
이름 | PDFChef – PDF Converter & Editor |
ID | aeofelmdihodapaghmmemekkoimcoihb |
공식 URL | https://chromewebstore.google.com/detail/pdfchef-%E2%80%93-pdf-converter-e/aeofelmdihodapaghmmemekkoimcoihb |
설명 | Free tools to Convert, Merge, Split, Rotate PDFs, and Re-Order PDF pages. |
파일 크기 | 1.03 MB |
설치 횟수 | 3,207 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-02-17 |
출시 날짜 | 2020-08-05 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://pdfchef.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pdfchef.com/ |
도움말 페이지 URL | https://pdfchef.com/contacts.html |
개인정보 보호 정책 페이지 URL | https://www.movavi.com/privacy.html |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.1", "icons": { "16": "images\/logo_16x16.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" }, "browser_action": { "default_icon": { "16": "images\/logo_16x16.png", "32": "images\/logo_32x32.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" }, "default_title": "PdfChef", "default_popup": "popup.html" }, "offline_enabled": true, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |