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 :
GitHub - Branch Scroll
Firefox user 14553953
Github Quick Approve
Monody Le
GitHub Auto Update Branch
thePosom
Refined Bitbucket
Ronald Rey
GitHub Pull Requests
Shams Jamal
GitHub PRs Display Target Branch
Asgrim
Github Quick Launch
DulajDilshan
SC GitHub Helper
Paul Rogers (SC)
Pullscope
guidodinello
GitHub PR Configurator
Mohsen Bahman