Docs Viewer
Easily view PDF and MS Office documents in your browser.
Qu'est-ce que Docs Viewer ?
Docs Viewer est une extension Chrome développée par Muyor, et sa fonction principale est "Easily view PDF and MS Office documents in your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Docs Viewer
Téléchargez les fichiers d'extension Docs Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Docs Viewer is an extension that let you open and view a wide range of online documents right in your browser (new tab). Simply add the add-on to your browser and start surfing. Once you see a document link (i.e. .doc, .docx, .ppt, .pdf), please right-click on the link and then select - View Document - from context menu. The document will be rendered and opened in a new tab. You can also, print the document to PDF or send it to a printer right away (via the print button within the page). Please note that this add-on uses the google gview engine to render the document. Moreover, it supports a wide range of documents, including pdf, doc, docx, ppt, and more. If you have a feature request or found a bug to report, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/docs-viewer.html).
Informations de Base sur l'Extension
Nom | Docs Viewer |
ID | hdjhnhajlgeijccgeepomnhpobohcloh |
URL Officiel | https://chromewebstore.google.com/detail/docs-viewer/hdjhnhajlgeijccgeepomnhpobohcloh |
Description | Easily view PDF and MS Office documents in your browser. |
Taille du Fichier | 19.06 KB |
Nombre d'Installations | 12,499 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2024-02-12 |
Date de Publication | 2018-04-18 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | Muyor |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mybrowseraddon.com/docs-viewer.html |
URL de la Page d'Aide | https://mybrowseraddon.com/docs-viewer.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "name": "Docs Viewer", "manifest_version": 3, "homepage_url": "https:\/\/mybrowseraddon.com\/docs-viewer.html", "description": "Easily view PDF and MS Office documents in your browser.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |