File Viewer and Reader
Allows you to view files of various formats from your disk.
Co je File Viewer and Reader?
File Viewer and Reader je rozšíření Chrome vyvinuté http://fileviewer.ga, a jeho hlavní funkcí je „Allows you to view files of various formats from your disk.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření File Viewer and Reader
Stáhněte si soubory rozšíření File Viewer and Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gkogicldnclmcmmhfhgcpcbgebkcdabd |
Oficiální URL | https://chrome.google.com/webstore/detail/file-viewer-and-reader/gkogicldnclmcmmhfhgcpcbgebkcdabd |
Popis | Allows you to view files of various formats from your disk. |
Velikost souboru | 45.22 KB |
Počet instalací | 683 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2021-06-30 |
Datum Vydání | 2021-05-05 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | http://fileviewer.ga |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |