Open with Google Drive™ Viewer

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.

Merlin
Additional files are visible only to premium users

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": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Open with Google Drive™ Viewer",
  "permissions": [
    "contextMenus"
  ],
  "version": "0.48"
}