File Viewer and Reader

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

File Viewer and Readerคืออะไร?

File Viewer and Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fileviewer.ga และคุณลักษณะหลักของมันคือ "Allows you to view files of various formats from your disk."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย File Viewer and Reader

ดาวน์โหลดไฟล์ส่วนขยาย 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
}