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