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