By: mikecarbone Add-on
Inspect and view changes in PR Review Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "PR Review Tool Switcher",
"version": "1.0",
"description": "Navigate between Linear, GitHub, and Graphite PR review tools",
"author": "Mike Carbone",
"homepage_url": "https://github.com/mikecarbone",
"browser_specific_settings": {
"gecko": {
"id": "pr-review-tool-switcher@knock.app",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"activeTab",
"storage",
"tabs"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Switch review tool",
"default_icon": {
"48": "linearIcon.svg"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://github.com/*/*/pull/*",
"*://app.graphite.com/github/pr/*",
"*://linear.app/*/review/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
} Best PR Review Tool Alternatives
Here are some Firefox add-ons that are similar to PR Review Tool:
PR Tracker
Aab
GitKraken Browser Extension
GitKraken
GitHub Release
Dedy
PR Pulse - GitHub Pull Request Dashboard
Utkarsh
GitHub Live PRs
xmmarcotte
Quick Link Github
raicem
PR Radar - PR Dashboard & CI Notifications
DeployHQ
Review Lens
Review Lens
GitHub Web IDE
zvizvi
Github ❤️ ClickUp
Bartholomej
GitHub PR Copilot Comments Enhancer
JavaScript room
remote-repo-author-viewer
foo-dogsquared