Pageflip PDF Viewer
Open your PDF files with a realistic pageflip effect.
Pageflip PDF Viewer란 무엇입니까?
Pageflip PDF Viewer은(는) https://pageflip.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open your PDF files with a realistic pageflip effect."입니다.
확장 프로그램 스크린샷
Pageflip PDF Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Working from a pdf source file, the Pageflip PDF viewer produces a dynamic Flipbook that has the look and feel of a printed publication.
확장 프로그램 기본 정보
이름 | Pageflip PDF Viewer |
ID | pljdfffffddkkebpjiaiidlggbjiibnb |
공식 URL | https://chromewebstore.google.com/detail/pageflip-pdf-viewer/pljdfffffddkkebpjiaiidlggbjiibnb |
설명 | Open your PDF files with a realistic pageflip effect. |
파일 크기 | 732 KB |
설치 횟수 | 1,277 |
현재 버전 | 2.1 |
최근 업데이트 | 2018-11-09 |
출시 날짜 | 2018-11-09 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | https://pageflip.online |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pageflip.online |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "index.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Open your PDF files with a realistic pageflip effect.", "file_browser_handlers": [ { "default_title": "Open PDF", "file_filters": [ "filesystem:*.pdf" ], "id": "open-as-pdf" } ], "icons": { "128": "pageflip\/icons\/128.png", "16": "pageflip\/icons\/16.png" }, "incognito": "split", "manifest_version": 2, "name": "Pageflip PDF Viewer", "offline_enabled": true, "page_action": { "default_icon": { "19": "pageflip\/icons\/16.png", "38": "pageflip\/icons\/128.png" }, "default_popup": "pageActionPopup.html", "default_title": "Pageflip.online PDF Viewer" }, "permissions": [ "fileBrowserHandler", "webRequest", "webRequestBlocking", " |