PDF Editor Extension - PDFzorro
Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension
PDF Editor Extension - PDFzorro란 무엇입니까?
PDF Editor Extension - PDFzorro은(는) https://www.pdfzorro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension"입니다.
확장 프로그램 스크린샷
PDF Editor Extension - PDFzorro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension you can edit PDF files, that are opened in Google Chrome™. You also can open the free Online-PDF-Editor to edit PDF in the browser. You can rotate, split, sort pages. Secure or unsecure PDF files. Add text, annotation, draws or marks into the PDF. You also can add images to the PDF. Convert PDF to Word, Excel or PowerPoint. Enjoy PDFzorro, for free! -------------------------------------------------- Google Chrome™ is a trademark of Google LLC
확장 프로그램 기본 정보
이름 | PDF Editor Extension - PDFzorro |
ID | icbddibgmpdonpogkcnambimgncliipl |
공식 URL | https://chromewebstore.google.com/detail/pdf-editor-extension-pdfz/icbddibgmpdonpogkcnambimgncliipl |
설명 | Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension |
파일 크기 | 293 KB |
설치 횟수 | 39,185 |
현재 버전 | 1.0.0.4 |
최근 업데이트 | 2023-09-22 |
출시 날짜 | 2020-02-12 |
평점 | 3.67/5 총 90 개의 평점 |
개발자 | https://www.pdfzorro.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.pdfzorro.com/EDIT/terms.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'", "permissions": [ "activeTab", "https:\/\/www.pdfzorro.com\/*", "downloads", "file:\/\/\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "name": "PDF Editor Extension - PDFzorro", "version": "1.0.0.4", "short_name": "Use Google Chrome\u2122 as PDF Editor", "description": "Open PDF files with Google Chrome\u2122 and edit them with this PDFzorro Extension", "icons": { "16": "logo16.png", "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |