Open with Google Drive™ Viewer

Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.

Open with Google Drive™ Viewer란 무엇입니까?

Open with Google Drive™ Viewer은(는) BrowserNative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Open with Google Drive™ Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Supports Word, Excel, PowerPoint, PDF, ZIP and more formats. File should be online and publicly accessible. Opened files can be easily saved to the Google Drive.  Doesn't work on ***Google Search Result Pages***.

List of supported file types: https://support.google.com/drive/answer/2423485?hl=en&p=docs_viewer&rd=1

Test extension on this page: http://browsernative.com/test/drive.php

Not affiliated with Google.                    

확장 프로그램 기본 정보

이름 Open with Google Drive™ Viewer Open with Google Drive™ Viewer
ID bdkpinfdldjdngmgfbifbdbgaoampkan
공식 URL https://chromewebstore.google.com/detail/open-with-google-drive-vi/bdkpinfdldjdngmgfbifbdbgaoampkan
설명 Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.
파일 크기 19.98 KB
설치 횟수 47,022
현재 버전 0.48
최근 업데이트 2016-07-12
출시 날짜 2016-07-12
평점 3.23/5 총 211 개의 평점
개발자 BrowserNative
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browsernative.com/open-with-google-drive-viewer/
도움말 페이지 URL https://browsernative.com/open-with-google-drive-viewer/
개인정보 보호 정책 페이지 URL https://browsernative.com/extensions-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "description": "Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.",
    "homepage_url": "https:\/\/browsernative.com\/open-with-google-drive-viewer\/",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Open with Google Drive\u2122 Viewer",
    "permissions": [
        "contextMenus"
    ],
    "version": "0.48"
}