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
Eメール [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"
    }
}