File Viewer and Reader

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

O que é File Viewer and Reader?

File Viewer and Reader é uma extensão do Chrome desenvolvida por http://fileviewer.ga, e sua principal característica é "Allows you to view files of various formats from your disk.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão File Viewer and Reader

Baixe arquivos de extensão File Viewer and Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome File Viewer and Reader File Viewer and Reader
ID gkogicldnclmcmmhfhgcpcbgebkcdabd
URL Oficial https://chrome.google.com/webstore/detail/file-viewer-and-reader/gkogicldnclmcmmhfhgcpcbgebkcdabd
Descrição Allows you to view files of various formats from your disk.
Tamanho do Arquivo 45.22 KB
Contagem de Instalações 683
Versão Atual 2.1
Última Atualização 2021-06-30
Data de Publicação 2021-05-05
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor http://fileviewer.ga
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}