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.”。

扩展截图

screenshot

下载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 Docs Viewer
ID hdjhnhajlgeijccgeepomnhpobohcloh
官方URL 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"
    }
}