File Viewer and Reader
Allows you to view files of various formats from your disk.
What is File Viewer and Reader?
File Viewer and Reader is a Chrome extension developed by http://fileviewer.ga, and its main feature is "Allows you to view files of various formats from your disk.".
Extension Screenshots
Download File Viewer and Reader Extension CRX File
Download File Viewer and Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gkogicldnclmcmmhfhgcpcbgebkcdabd |
Official URL | https://chrome.google.com/webstore/detail/file-viewer-and-reader/gkogicldnclmcmmhfhgcpcbgebkcdabd |
Description | Allows you to view files of various formats from your disk. |
File Size | 45.22 KB |
Installation Count | 683 |
Current Version | 2.1 |
Last Updated | 2021-06-30 |
Publish Date | 2021-05-05 |
Rating | 3.67/5 Total 3 Ratings |
Developer | http://fileviewer.ga |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |