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.

Was ist Open with Google Drive™ Viewer?

Open with Google Drive™ Viewer ist eine Chrome-Erweiterung, die von BrowserNative entwickelt wurde, und ihr Hauptmerkmal ist "Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.".

Erweiterungsscreenshots

screenshot
screenshot

Open with Google Drive™ Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open with Google Drive™ Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Open with Google Drive™ Viewer Open with Google Drive™ Viewer
ID bdkpinfdldjdngmgfbifbdbgaoampkan
Offizielle URL https://chromewebstore.google.com/detail/open-with-google-drive-vi/bdkpinfdldjdngmgfbifbdbgaoampkan
Beschreibung Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.
Dateigröße 19.98 KB
Installationsanzahl 47,022
Aktuelle Version 0.48
Letztes Update 2016-07-12
Veröffentlichungsdatum 2016-07-12
Bewertung 3.23/5 Insgesamt 211 Bewertungen
Entwickler BrowserNative
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://browsernative.com/open-with-google-drive-viewer/
Hilfeseite URL https://browsernative.com/open-with-google-drive-viewer/
URL der Datenschutzrichtlinien-Seite https://browsernative.com/extensions-privacy-policy
Unterstützte Sprachen 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"
}