GitHub pull request branch quick select Firefox

Examine source code of GitHub pull request branch quick select

Par : Rob Green
Inspect and view changes in GitHub pull request branch quick select source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub branch quick select",
  "description": "Reorders branch drop-downs on a GitHub pull request by moving optional favourite branches to the top of the list.",
  "version": "1.1.0.0",
  "browser_action": {
    "default_icon": "content/assets/images/gprbqs128.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extensions@robgreen.me",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "16": "content/assets/images/gprbqs16.png",
    "48": "content/assets/images/gprbqs48.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "content/js/jquery.min.js",
      "content/js/core.js",
      "eventPage.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.github.com/*",
        "*://github.com/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content/js/jquery.min.js",
        "content/js/core.js",
        "content/js/init.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "*://www.github.com/*",
    "*://github.com/*"
  ]
}

Meilleures alternatives GitHub pull request branch quick select

Voici quelques Firefox add-ons qui sont similaires à GitHub pull request branch quick select :