By: Aevorn LLC Add-on
Inspect and view changes in PR Review Checklist for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "PR Review Checklist for GitHub",
"short_name": "PR Review Ch",
"version": "1.0.0",
"description": "Adds a customizable code review checklist overlay to GitHub pull request pages",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https://github.com/*/pull/*"
],
"background": {
"scripts": [
"background/service-worker.js"
]
},
"action": {
"default_popup": "popup/popup.html",
"default_title": "PR Review Checklist for GitHub",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https://github.com/*/pull/*"
],
"js": [
"content/content.js"
],
"css": [
"content/content.css"
],
"run_at": "document_idle",
"all_frames": false
}
],
"options_page": "options/options.html",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "github_pr_checklist@forgex.aevorn",
"strict_min_version": "109.0"
}
}
} Best PR Review Checklist for GitHub Alternatives
Here are some Firefox add-ons that are similar to PR Review Checklist for GitHub:
PR Review Priority
Stackia
PR Code Reviewer
azzy
PR Review Tool
mikecarbone
GitHub Attention Set
justinc
Github Pull Request Counter
Renuo AG
GH PR cleaner
YS
Mighty GitHub PRs
Adam Graf
Stethoscope
cmgriffing
ThinkReview: AI Code Review for Pull Requests
Thinkode AI
GitHub Live PRs
xmmarcotte
GitHub CR Toolbox
Sean McPherson
SourceField BETA
SourceField