File Viewer and Reader

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

Cos'è File Viewer and Reader?

File Viewer and Reader è un'estensione di Chrome sviluppata da http://fileviewer.ga, e la sua funzione principale è "Allows you to view files of various formats from your disk.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione File Viewer and Reader

Scarica i file di estensione File Viewer and Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome File Viewer and Reader File Viewer and Reader
ID gkogicldnclmcmmhfhgcpcbgebkcdabd
URL Ufficiale https://chrome.google.com/webstore/detail/file-viewer-and-reader/gkogicldnclmcmmhfhgcpcbgebkcdabd
Descrizione Allows you to view files of various formats from your disk.
Dimensione del File 45.22 KB
Conteggio Installazioni 683
Versione Corrente 2.1
Ultimo Aggiornamento 2021-06-30
Data di Pubblicazione 2021-05-05
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore http://fileviewer.ga
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}