PDF Toolbox
Merge PDF, split PDF, rotate PDF, add watermark, delete pages, convert PDF to doc & convert PDF to xls
PDF Toolbox란 무엇입니까?
PDF Toolbox은(는) https://offidocs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merge PDF, split PDF, rotate PDF, add watermark, delete pages, convert PDF to doc & convert PDF to xls"입니다.
확장 프로그램 스크린샷
PDF Toolbox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PDF Toolbox is an extension that allows to split, merge, extract pages, rotate and mix PDF documents directly from your web browser. You only need to open the extension, choose the functionality you want, select the PDF file you want, and finally run it. As a result of that, the extension will automatically download the PDF file modified. Its main functionalities are: • Merge PDF files selecting documents. It combines multiple documents to make a single PDF with ease. • Split PDF files. It splits and extracts them into multiple files. • Rotate PDF files. It rotates all pages of a file. • Add page with numbers. It inserts page numbers into your PDF. • Delete PDF pages. It removes some pages and save result as new PDF. • PDF to Word convert. It transforms PDF files into editable Word documents with ease. • PDF to Excel convert. It transforms PDF files into editable Excel sheet with ease. • Add watermark. It adds watermark Image or text to your PDF document. This extension also includes the previous Avidemux app for Legacy support.
확장 프로그램 기본 정보
이름 | PDF Toolbox |
ID | mncaenllngkhkjfecnelhohdfnaaiond |
공식 URL | https://chromewebstore.google.com/detail/pdf-toolbox/mncaenllngkhkjfecnelhohdfnaaiond |
설명 | Merge PDF, split PDF, rotate PDF, add watermark, delete pages, convert PDF to doc & convert PDF to xls |
파일 크기 | 705 KB |
설치 횟수 | 3,926 |
현재 버전 | 3.8.3 |
최근 업데이트 | 2023-11-01 |
출시 날짜 | 2020-03-06 |
평점 | 2.63/5 총 24 개의 평점 |
개발자 | https://offidocs.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pdf.offidocs.com |
개인정보 보호 정책 페이지 URL | http://www.offidocs.com/index.php/desktop-apps-policy |
지원되는 언어 | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "3.8.3", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/suite_38.png" }, "options_page": "options.html", "icons": { "128": "icons\/suite_128.png", "48": "icons\/suite_48.png", "16": "icons\/suite_16.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |