Docs Viewer
Easily view PDF and MS Office documents in your browser.
¿Qué es Docs Viewer?
Docs Viewer es una extensión de Chrome desarrollada por Muyor, y su función principal es "Easily view PDF and MS Office documents in your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Docs Viewer
Descarga archivos de extensión Docs Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | Docs Viewer |
ID | hdjhnhajlgeijccgeepomnhpobohcloh |
URL Oficial | https://chromewebstore.google.com/detail/docs-viewer/hdjhnhajlgeijccgeepomnhpobohcloh |
Descripción | Easily view PDF and MS Office documents in your browser. |
Tamaño del Archivo | 19.06 KB |
Cantidad de Instalaciones | 12,499 |
Versión Actual | 0.1.2 |
Última Actualización | 2024-02-12 |
Fecha de Publicación | 2018-04-18 |
Calificación | 4.50/5 Total de 8 Calificaciones |
Desarrollador | Muyor |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://mybrowseraddon.com/docs-viewer.html |
URL de la Página de Ayuda | https://mybrowseraddon.com/docs-viewer.html |
Idiomas Soportados | 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" } } |