Document File Viewer

View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion.

Document File Viewer란 무엇입니까?

Document File Viewer은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion."입니다.

확장 프로그램 스크린샷

screenshot

Document File Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This DOCX viewer lets you view a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser.
It can help you to open a DOCX, PPTX, Spreadsheet file and read its content without server conversion.
This app is a light, efficient document file viewer. It offers easy navigation and fast reading its content.

You can quickly open and read a DOCX, PPTX, XLSX file in your browser without any special software. This app is easy to use, and it is a completely free to use.
This viewer does not save or share the file you select. It only works locally without going through the server.
You can open a DOCX, PPTX, XLSX, XLS, ODS, Spreadsheet file to view from your computer or your Google Drive.                    

확장 프로그램 기본 정보

이름 Document File Viewer Document File Viewer
ID bnmnmdjmpbadnmgdmbpkdfonpecdfoha
공식 URL https://chromewebstore.google.com/detail/document-file-viewer/bnmnmdjmpbadnmgdmbpkdfonpecdfoha
설명 View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion.
파일 크기 27.04 KB
설치 횟수 6,151
현재 버전 1.0.1.3
최근 업데이트 2023-12-07
출시 날짜 2020-12-22
평점 1.75/5 총 4 개의 평점
개발자 Smart Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://imclient.herokuapp.com/docxviewer/
도움말 페이지 URL https://imclient.herokuapp.com/docxviewer/
개인정보 보호 정책 페이지 URL http://iblogbox.com/chrome/tos.php
지원되는 언어 en-US
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en_US",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "1.0.1.3"
}