Docs Viewer
Easily view PDF and MS Office documents in your browser.
什麼是Docs Viewer?
Docs Viewer是由Muyor開發的Chrome擴展程式,該擴展的主要功能是“Easily view PDF and MS Office documents in your browser.”。
擴展截圖
下載Docs Viewer擴展crx文件
下載Docs Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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).
擴展基本資訊
名稱 | Docs Viewer |
ID | hdjhnhajlgeijccgeepomnhpobohcloh |
官方網址 | https://chromewebstore.google.com/detail/docs-viewer/hdjhnhajlgeijccgeepomnhpobohcloh |
簡介 | Easily view PDF and MS Office documents in your browser. |
檔案大小 | 19.06 KB |
安裝次數 | 12,499 |
目前版本 | 0.1.2 |
更新時間 | 2024-02-12 |
上架時間 | 2018-04-18 |
評分 | 4.50/5 共 8 次評分 |
開發者 | Muyor |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mybrowseraddon.com/docs-viewer.html |
說明頁面URL | https://mybrowseraddon.com/docs-viewer.html |
支援的語言 | 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" } } |