In-Browser File Viewer

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

In-Browser File Viewerとは何ですか?

In-Browser File Viewerはhttps://www.alexandernorup.comによって開発されたChromeの拡張機能で、その主な機能は「Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!」です。

拡張機能のスクリーンショット

screenshot
screenshot

In-Browser File Viewer拡張機能のCRXファイルをダウンロード

In-Browser File Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 In-Browser File Viewer In-Browser File Viewer
ID fgjpbkpdakjgkgndpophdhjdnkchijjd
公式URL https://chromewebstore.google.com/detail/in-browser-file-viewer/fgjpbkpdakjgkgndpophdhjdnkchijjd
説明 Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!
ファイルサイズ 8.22 KB
インストール数 2,651
現在のバージョン 0.1.1
最終更新日 2019-07-18
公開日 2019-07-18
評価 4.33/5 合計 3 レビュー
開発者 https://www.alexandernorup.com
支払い方法 free
対応言語 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"
    }
}