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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}