Por: Adam Graf
Inspect and view changes in Mighty GitHub PRs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Mighty GitHub PRs",
"version": "1.1.1",
"description": "Restyle Pull Request screen for easier navigation and more focused review sessions.",
"manifest_version": 2,
"icons": {
"48": "mighty-github-icon-48x48.png",
"128": "mighty-github-icon-128x128.png",
"192": "mighty-github-icon-192x192.png"
},
"browser_action": {
"default_icon": {
"48": "mighty-github-icon-48x48.png",
"128": "mighty-github-icon-128x128.png",
"192": "mighty-github-icon-192x192.png"
}
},
"permissions": [
"tabs",
"contextMenus",
"*://*.github.com/*"
],
"optional_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [
"webext-permissions-events-polyfill.js",
"webext-dynamic-content-scripts.js",
"webext-domain-permission-toggle.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://*.github.com/*"
],
"css": [
"pr-optimizer.css"
],
"js": [
"pr-optimizer.js"
]
}
]
} Mejores alternativas Mighty GitHub PRs
Aquí hay algunas Firefox add-ons que son similares a Mighty GitHub PRs:
GitHub Diff Explorer
Alex D
GitHub CR Toolbox
Sean McPherson
Refined Bitbucket
Ronald Rey
Fire PR
Kevin Peters
Nexus-OS GitHub Ultimate
Shivam Shukla
PR Pulse - GitHub Pull Request Dashboard
Utkarsh
GitHubBuddy
Nicologies
Git PR Viewer
sivasatvik
pr-reactions
jsnjack
Toggle GitHub Details
GeiserX
GitHub Live PRs
xmmarcotte
phabrinter
arai_a