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文件

下載Document File Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}