Wide GitHub Firefox

Examine source code of Wide GitHub

Inspect and view changes in Wide GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Wide GitHub",
  "version": "3.4.0",
  "description": "Makes GitHub wide on Mozilla Firefox. Supports GitHub, private Gists, GitHub Enterprise, and custom domains (TLDs).",
  "homepage_url": "https://github.com/fabiocchetti/wide-github",
  "browser_specific_settings": {
    "gecko": {
      "id": "{72742915-c83b-4485-9023-b55dc5a1e730}",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "icons/wide-github-48.png",
    "96": "icons/wide-github-96.png"
  },
  "action": {
    "default_icon": "icons/wide-github-96.png",
    "default_title": "Wide GitHub",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://gist.github.com/*",
    "https://*.github.com/*",
    "https://*.github.io/*",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://gist.github.com/*",
        "https://*.github.com/*",
        "https://*.github.io/*",
        "*://*/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "handler.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Meilleures alternatives Wide GitHub

Voici quelques Firefox add-ons qui sont similaires à Wide GitHub :