In-Browser File Viewer

Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!

O que é In-Browser File Viewer?

In-Browser File Viewer é uma extensão do Chrome desenvolvida por https://www.alexandernorup.com, e sua principal característica é "Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão In-Browser File Viewer

Baixe arquivos de extensão In-Browser File Viewer 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

                        Note: This extension requires permission "webNavigation" because it has to redirect users when they open a file with a known extension. This shows up as "Browser History" when Chrome installs this extension. This extension will never save any information from your browser or your history. 

This is a very simple extension that allows for viewing files inside the web browser, that you normally wouldn't be able to view. 

Sometimes you come upon a website hosting to a Microsoft Word file (.docx) that you want to read. But it takes time for the file to download, and for Word to open and browse the file. Using this extension you can view the file right inside Google Chrome WITHOUT downloading the file to your computer. The extension uses Google Docs to view the files. Easy and secure.

You can still download files if you want to. (see screenshot)

The current version of this extension can view the following file-types: 
.docx, .doc, .pptx, .ppt, .xlsx, .xlsx, .ai, .eps                    

Informações Básicas da Extensão

Nome In-Browser File Viewer In-Browser File Viewer
ID fgjpbkpdakjgkgndpophdhjdnkchijjd
URL Oficial https://chromewebstore.google.com/detail/in-browser-file-viewer/fgjpbkpdakjgkgndpophdhjdnkchijjd
Descrição Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!
Tamanho do Arquivo 8.22 KB
Contagem de Instalações 2,651
Versão Atual 0.1.1
Última Atualização 2019-07-18
Data de Publicação 2019-07-18
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor https://www.alexandernorup.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "In-Browser File Viewer",
    "short_name": "IBFW",
    "version": "0.1.1",
    "manifest_version": 2,
    "author": "Alexander N",
    "description": "Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!",
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}