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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}