Inspect and view changes in Github Better Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Github Better Comments",
"author": "Sharad Raj Singh Maurya",
"developer": {
"name": "Sharad Raj Singh Maurya",
"url": "https://github.com/sharadcodes/github-better-comments-extension"
},
"description": "Adds colors to comments on Github files (*-*)",
"version": "0.0.1",
"icons": {
"16": "icons/icon16.png",
"19": "icons/icon19.png",
"48": "icons/icon48.png",
"64": "icons/icon64.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"permissions": [
"*://*.github.com/*"
],
"content_scripts": [
{
"matches": [
"*://*.github.com/*"
],
"js": [
"data/gbc.js"
],
"css": [
"data/gbc.css"
],
"run_at": "document_end"
}
]
} 최고의 Github Better Comments 대안
다음은 Github Better Comments과(와) 유사한 Firefox add-on입니다:
Reddit Rainbow
Padd_
Githubify
Roman
Hackernews Comment Colors
Madsen
Github Pull Requests' statuses
FloraGC
Github Unicode Highlight
David
Github
rickdaalhuizen90
Github Assistant
swistak
Colored GitHub Contributions
valsov
GitHub Colorful Contributions
G1en
Github Pull Request Commits
ikim23