Docs Fullview

Docs Fullview

Toggle to View Documentation in Full Width

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Docs Fullview",
  "version": "2.3.0",
  "description": "Toggle to View Documentation in Full Width",
  "icons": {
    "16": "icons/logoIcon16.png",
    "32": "icons/logoIcon32.png",
    "48": "icons/logoIcon48.png",
    "128": "icons/logoIcon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.microsoft.com/*",
        "https://learn.microsoft.com/*"
      ],
      "js": [
        "jquery.js",
        "fullWidth.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "jquery.js",
    "buttonActions.js"
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}