File Viewer and Reader
Allows you to view files of various formats from your disk.
Co to jest File Viewer and Reader?
File Viewer and Reader to rozszerzenie Chrome opracowane przez http://fileviewer.ga, a jego główną funkcją jest „Allows you to view files of various formats from your disk.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia File Viewer and Reader
Pobierz pliki rozszerzeń File Viewer and Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gkogicldnclmcmmhfhgcpcbgebkcdabd |
Oficjalny URL | https://chrome.google.com/webstore/detail/file-viewer-and-reader/gkogicldnclmcmmhfhgcpcbgebkcdabd |
Opis | Allows you to view files of various formats from your disk. |
Rozmiar pliku | 45.22 KB |
Liczba instalacji | 683 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2021-06-30 |
Data Publikacji | 2021-05-05 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | http://fileviewer.ga |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |