GitHub Widener Firefox

Examine source code of GitHub Widener

作者: danstewart Add-on
Inspect and view changes in GitHub Widener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Widener",
  "version": "0.5",
  "description": "Expands the GitHub code pane to the full window width.",
  "homepage_url": "https://github.com/danstewart/github-widener",
  "icons": {
    "48": "icons/gh-widener-48.png"
  },
  "permissions": [
    "history",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/gh-widener-48.png",
      "32": "icons/gh-widener-48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*",
        "*://gist.github.com/*"
      ],
      "js": [
        "widener.js"
      ]
    }
  ]
}

最佳 GitHub Widener 替代方案

这里是一些与GitHub Widener类似的Firefox add-on: