Split PDF
Split PDF Files Online in Seconds!
Split PDF란 무엇입니까?
Split PDF은(는) https://zonepdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Split PDF Files Online in Seconds!"입니다.
확장 프로그램 스크린샷
Split PDF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Split PDF Split PDF Online Split PDF Files Online Fast and easy way to Split PDF files online Select or drag your files, then click the Split button to download your document into one pdf file. All split files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email). Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.
확장 프로그램 기본 정보
이름 | Split PDF |
ID | lidjpobdapnonijioooiefhdbnnbjbgb |
공식 URL | https://chromewebstore.google.com/detail/split-pdf/lidjpobdapnonijioooiefhdbnnbjbgb |
설명 | Split PDF Files Online in Seconds! |
파일 크기 | 28.92 KB |
설치 횟수 | 23,649 |
현재 버전 | 3.6 |
최근 업데이트 | 2022-10-21 |
출시 날짜 | 2019-04-01 |
평점 | 4.15/5 총 27 개의 평점 |
개발자 | https://zonepdf.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://zonepdf.com/ |
개인정보 보호 정책 페이지 URL | https://zonepdf.com/privacy |
지원되는 언어 | de,en,fr,es,pt-BR,pt-PT,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "homepage_url": "https:\/\/zonepdf.com", "description": "__MSG_extDescription__", "version": "3.6", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-split.png" }, "icons": { "96": "icon-split-96.png", "128": "icon-split-128.png" } } |