Awesome PDF Viewer, Reader
PDF Viewer, Reader is a free tool that allows you to view PDF files directly in your web browser.
Τι είναι το Awesome PDF Viewer, Reader;
Το Awesome PDF Viewer, Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Smart Software, και η κύρια λειτουργία του είναι "PDF Viewer, Reader is a free tool that allows you to view PDF files directly in your web browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Awesome PDF Viewer, Reader
Λήψη αρχείων επέκτασης Awesome PDF Viewer, Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This PDF Viewer is a free tool that allows you to view PDF files directly in your Chrome. To see the PDF file with this PDF Viewer simply hit the icon installed in the browser's toolbar. or Click the Chrome's context menu. This PDF Viewer reads files without uploading the file to any servers. It only works locally without going through the server. This PDF viewer supports local & web PDF files. Based on HTML5 PDF Reader library. Support Chrome 37 and later versions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Awesome PDF Viewer, Reader |
ID | dgickihfkjolnjjifepinaaaoejmgpbm |
Επίσημο URL | https://chromewebstore.google.com/detail/awesome-pdf-viewer-reader/dgickihfkjolnjjifepinaaaoejmgpbm |
Περιγραφή | PDF Viewer, Reader is a free tool that allows you to view PDF files directly in your web browser. |
Μέγεθος Αρχείου | 28.99 KB |
Αριθμός Εγκαταστάσεων | 33,913 |
Τρέχουσα Έκδοση | 1.0.0.2 |
Τελευταία Ενημέρωση | 2023-12-05 |
Ημερομηνία Δημοσίευσης | 2020-10-16 |
Αξιολόγηση | 3.93/5 Συνολικά 110 Αξιολογήσεις |
Προγραμματιστής | Smart Software |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://pdfviewer.softgateon.net/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://pdfviewer.softgateon.net/ |
URL της Σελίδας Πολιτικής Απορρήτου | http://iblogbox.com/chrome/tos.php |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en_US", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "1.0.0.2" } |