Online Docs Viewer Firefox

Examine source code of Online Docs Viewer

Inspect and view changes in Online Docs Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Allows you to view documents online using microsoft online docs viewer.",
  "manifest_version": 3,
  "name": "Online Docs Viewer",
  "version": "1.7",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b414ad44-4cab-41e0-9141-9f8d00373d93}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "112.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/doc-16.png",
    "32": "icons/doc-32.png",
    "48": "icons/doc-48.png",
    "64": "icons/doc-64.png",
    "96": "icons/doc-96.png",
    "128": "icons/doc-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/doc-16.png",
      "32": "icons/doc-32.png"
    }
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best Online Docs Viewer Alternatives

Here are some Firefox add-ons that are similar to Online Docs Viewer: