Microsoft Learn Better Focus Firefox

Examine source code of Microsoft Learn Better Focus

Inspect and view changes in Microsoft Learn Better Focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Refined Microsoft Learn",
  "description": "Make Microsoft Learn better by focusing on the content. Toggle options to hide the right pane and float the table of contents.",
  "author": "aaron-dotnet",
  "version": "1.1.1",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://learn.microsoft.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "core.js",
        "content-script.js"
      ]
    }
  ],
  "action": {
    "default_title": "Refined Microsoft Learn",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "refinedlearn@aaron-dotnet",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Microsoft Learn Better Focus Alternatives

Here are some Firefox add-ons that are similar to Microsoft Learn Better Focus: