Inspect and view changes in GitHub PR Comment Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub PR Comment Indicator",
"description": "When doing code reviews it's handy to see on which files you've made comments",
"homepage_url": "https://github.com/amnuts/github-pr-comments",
"version": "1.0.0",
"icons": {
"16": "icons/icon16.png",
"24": "icons/icon24.png",
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png"
},
"content_scripts": [
{
"matches": [
"*://*.github.com/*/pull/*"
],
"js": [
"contentScript.js"
]
}
]
} Best GitHub PR Comment Indicator Alternatives
Here are some Firefox add-ons that are similar to GitHub PR Comment Indicator:
github-hide-review-comments
Daniel Huth
GitHub Lines Viewed
Jamie McKernan
Conventional comments button
kapsiR
GitHub PR Check Status
bdkent
Github Better Comments
Sharad Raj Singh Maurya
GitHub: Better Line Counts
Aaron
Comment Visibility Tracker
Darcy Macias
GitHub Comment Hider
Erik
Github Pull Request Counter
Renuo AG
Github Activity Indicator
derhackler
Git PR Viewer
sivasatvik
Code Review Tags
Guillermo Céspedes Tabárez