FormatPDF
FormatPDF
FormatPDF란 무엇입니까?
FormatPDF은(는) https://formatpdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FormatPDF"입니다.
확장 프로그램 스크린샷
FormatPDF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🆕 The official extension of FormatPDF, the online PDF converter you were looking for. 💻 Convert, edit and make any changes you need to your PDF documents. 🌟 With the FormatPDF extension for the Google Chrome browser you can quickly access all our tools: one click and you can compress, rotate, split, edit or convert PDF documents to any other format. 📜 Online PDF tools included in this extension are: - Compress PDF - Split PDF - Order PDF - Rotate PDF - Protect PDF - Word to PDF - PDF to Word - JPG to PDF - PDF to JPG - Excel to PDF - PDF to Excel - EPUB to PDF - PDF to EPUB - PowerPoint to PDF - PDF to PowerPoint - Number PDF pages - Merge PDF - Sign PDF - Edit PDF - Unlock PDF - ODT to PDF - PDF to ODT - TIFF to PDF - DJVU to PDF - Print PDF - Repair PDF - Write to PDF - Draw on PDF - Delete PDF pages - Put watermark to PDF - Remove watermark from PDF - PDF to HTML - HTML to PDF We love PDF ❤️
확장 프로그램 기본 정보
이름 | |
ID | iakjgnbldglbbakgeobkagcpchkbmlcl |
공식 URL | https://chromewebstore.google.com/detail/formatpdf/iakjgnbldglbbakgeobkagcpchkbmlcl |
설명 | FormatPDF |
파일 크기 | 282 KB |
설치 횟수 | 2,255 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-09-21 |
출시 날짜 | 2022-09-21 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | https://formatpdf.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.formatpdf.com |
도움말 페이지 URL | https://www.formatpdf.com/en/contact-us/ |
개인정보 보호 정책 페이지 URL | https://www.formatpdf.com/en/privacy-policy |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0", "default_locale": "es", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ext-icon.png", "32": "\/images\/ext-icon.png", "48": "\/images\/ext-icon.png", "128": "\/images\/ext-icon.png" } }, "icons": { "16": "\/images\/ext-icon.png", "32": "\/images\/ext-icon.png", "48": "\/images\/ext-icon.png", "128": "\/images\/ext-icon.png" }, "options_page": "options.html" } |