Docs Online Viewer

Docs Online Viewer

Docs Online Viewer provides a convenient method to open online documents/files of any format (PDF, DOC, DOCX, XLS, PPT, RTF, ODT, ODP, CSV etc.) using Google Docs & Zoho Viewer directly in your browser eliminating the need of any additional plugins.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Docs Online Viewer",
  "version": "5.5.6resigned1",
  "manifest_version": 2,
  "description": "Open documents and files online directly in your browser using online services like Google Docs Viewer, etc.",
  "homepage_url": "http://www.deekshith.in/p/docs-online-viewer.html",
  "icons": {
    "32": "images/brand/dov-brand-32.png",
    "48": "images/brand/dov-brand-48.png",
    "64": "images/brand/dov-brand-64.png"
  },
  "applications": {
    "gecko": {
      "id": "{bfb54675-2fd9-4e22-949d-c36333aff6b5}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*/*.pdf",
        "*://*.facebook.com/*",
        "*://www.messenger.com/*",
        "*://mail.google.com/*",
        "*://docs.google.com/*",
        "*://www.mediafire.com/*"
      ],
      "js": [
        "js/content/insert-link-icons.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/beside-link-icon.png",
    "images/beside-link-icon.svg"
  ],
  "permissions": [
    "storage"
  ],
  "default_locale": "en"
}