File Viewer and Reader

Allows you to view files of various formats from your disk.

什么是File Viewer and Reader?

File Viewer and Reader是由http://fileviewer.ga开发的Chrome扩展程序,该扩展的主要功能是“Allows you to view files of various formats from your disk.”。

扩展截图

screenshot
screenshot

下载File Viewer and Reader扩展crx文件

下载File Viewer and Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        File Viewer and Reader - allows you to view files of various formats from your disk and dropbox.

Supported file formats:
Document - RTF, HTML, TXT and other text files.
Office - DOCX, XLSX, PPTX. 
Book - PDF, EPUB, FB2, MOBI.
Comic - CBR, CBT, CBZ.
Audio - MP3, FLAC, WAV, MIDI.
Video - MP4, WEBM, OGG, AVI, MKV.
Image - GIF, PSD, SVG, PNG, JPG, JFIF, ICO.
3D - SWF (Flash), GLB, GLTF.                    

扩展基本信息

名称 File Viewer and Reader File Viewer and Reader
ID gkogicldnclmcmmhfhgcpcbgebkcdabd
官方URL https://chrome.google.com/webstore/detail/file-viewer-and-reader/gkogicldnclmcmmhfhgcpcbgebkcdabd
简介 Allows you to view files of various formats from your disk.
文件大小 45.22 KB
安装次数 683
当前版本 2.1
更新时间 2021-06-30
上架时间 2021-05-05
评分 3.67/5 共3次评分
开发者 http://fileviewer.ga
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "File Viewer and Reader",
    "description": "Allows you to view files of various formats from your disk.",
    "version": "2.1",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "homepage_url": "https:\/\/fileviewer.ga\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "File Viewer and Reader"
    },
    "manifest_version": 2
}