rob-bugson Firefox

Examine source code of rob-bugson

Inspect and view changes in rob-bugson source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "rob-bugson",
  "version": "1.7.3",
  "description": "Add links for viewing related bugs, attaching PR to bugs, and adding merge comments to bugs.",
  "homepage_url": "https://github.com/willkg/rob-bugson",
  "icons": {
    "48": "icons/rob-bugson-48.png"
  },
  "permissions": [
    "*://github.com/*",
    "*://bugzilla.mozilla.org/*",
    "tabs"
  ],
  "background": {
    "scripts": [
      "github-bugzilla-background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "github-bugzilla-content.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "{ab950bab-858f-4d27-ad02-7d4b96e2430a}"
    }
  }
}

Best rob-bugson Alternatives

Here are some Firefox add-ons that are similar to rob-bugson: