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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wapdf.newappzone.com, και η κύρια λειτουργία του είναι "waPDF, PDF viewer and editor built with WebAssembly. Viewer app which is designed specifically to open PDF, PS, XPS, PCL formats.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WebAssembly PDF Viewer and Editor
Λήψη αρχείων επέκτασης WebAssembly PDF Viewer and Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } |