Inspect and view changes in GitHub PR Comment Indicator source codes across current and past versions
Try xHeader →
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"
]
}
]
} 최고의 GitHub PR Comment Indicator 대안
다음은 GitHub PR Comment Indicator과(와) 유사한 Firefox add-on입니다:
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