WebAssembly PDF Viewer and Editor
waPDF, PDF viewer and editor built with WebAssembly. Viewer app which is designed specifically to open PDF, PS, XPS, PCL formats.
WebAssembly PDF Viewer and Editor란 무엇입니까?
WebAssembly PDF Viewer and Editor은(는) https://wapdf.newappzone.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "waPDF, PDF viewer and editor built with WebAssembly. Viewer app which is designed specifically to open PDF, PS, XPS, PCL formats."입니다.
확장 프로그램 스크린샷
WebAssembly PDF Viewer and Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fast, offline PDF viewer built with WebAssembly technology. This Viewer is an app which is designed specifically to open and view PDF, PS, XPS, PCL formats in your browser directly. It is quite easy to use and comprehend this extension. This Viewer does not save or share the file you select. It only works locally without going through the server. (WASM, WebAssembly) You can open multiple formats including pdf, xps, oxps, pcl, dwfx, ai, eps, ps, pclm, jpgs, pngs from your computer or your Google Drive. With this viewer you can open mutiple document formats and view its contents very easily. Quick page-turning, Zoom-in, Zoom-out to read the files the way you like. Supports only the latest 64-bit browsers. *Additional features: PDF Information, Convert a PDF to HTML to edit, Extract texts from a PDF PDF pages to Image, Extract images from a PDF, Extract attachments from a PDF, Merge a PDF with another PDF Extract single pages from a PDF, Page delete/move in a PDF, Optimize images, Remove text/Images/watermark in a PDF OCR Text Recognition, Text to Speech, Encrypt/Decrypt PDF, Convert a PDF to Postscript/TIFF/SVG, and more.
확장 프로그램 기본 정보
이름 | |
ID | gbeefamngaenfjibmgcnecajphonipge |
공식 URL | https://chromewebstore.google.com/detail/webassembly-pdf-viewer-an/gbeefamngaenfjibmgcnecajphonipge |
설명 | waPDF, PDF viewer and editor built with WebAssembly. Viewer app which is designed specifically to open PDF, PS, XPS, PCL formats. |
파일 크기 | 31.46 KB |
설치 횟수 | 850 |
현재 버전 | 1.0.2.7 |
최근 업데이트 | 2023-12-13 |
출시 날짜 | 2021-12-21 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://wapdf.newappzone.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wapdf.newappzone.com/ |
도움말 페이지 URL | https://wapdf.newappzone.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "name": "__MSG_ext_name__", "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage", "contextMenus" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "1.0.2.7" } |