Inspect and view changes in Git PR reverse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Git PR reverse",
"description": "__MSG_extensionDescription__",
"version": "1.4.0",
"icons": {
"16": "static/icon-16.png",
"32": "static/icon-32.png",
"48": "static/icon-48.png",
"128": "static/icon-128.png"
},
"author": "Linkid",
"homepage_url": "https://github.com/Linkid/git-pr-reverse",
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "git-pr-reverse@webext.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": [
"authenticationInfo"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"background": {
"scripts": [
"background.js"
],
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "static/icon-16.png",
"32": "static/icon-32.png",
"48": "static/icon-48.png",
"128": "static/icon-128.png"
},
"default_title": "Git PR reverse",
"default_popup": "popup/popup.html"
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"*://api.github.com/*",
"*://api.bitbucket.org/*",
"*://codeberg.org/*",
"*://gitlab.com/*"
],
"optional_host_permissions": [
"*://*/*"
]
} ベストのGit PR reverse代替案
Git PR reverseに類似したFirefox add-onをいくつか紹介します:
Fast-forward merge for GitHub
Jihyeon Kim
Potential changes for GitHub
Dzhavat Ushev
Load More Pull Request
Chris Bibby
PR Sidebar
dannash
GitHub Live PRs
xmmarcotte
Git PR Viewer
sivasatvik
GitKraken Browser Extension
GitKraken
Github PR Fetch
mgalgs
GitHub File Diff
mohd-akram
Le Git Graph - GitHub Git Graph
scaria.dev
Pull Request Commits Parser
Kevin Lucich
Le Git Graph Fork - Commits Graph for GitHub
voshch.dev