提供元: valsov
Inspect and view changes in Colored GitHub Contributions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GitHub Color Commits",
"version": "1.2",
"description": "Custom colors for GitHub contributions. This extension does not collect any data.",
"browser_specific_settings": {
"gecko": {
"id": "purple-commits-extension@my-addon",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage",
"activeTab"
],
"action": {
"default_popup": "menu.html"
},
"icons": {
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*://*.github.com/*"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"host_permissions": [
"*://*.github.com/*"
]
} ベストのColored GitHub Contributions代替案
Colored GitHub Contributionsに類似したFirefox add-onをいくつか紹介します:
GitHub Colorful Contributions
G1en
Githubify
Roman
GitHub Contribution Color Graph
William Belle
Amazing Github
Nabendu
Github
rickdaalhuizen90
GitHub Theme Customizer
Ayaka
Gitcolor - Github Themer
rcmt
Github Better Comments
Sharad Raj Singh Maurya
Github Dark
zerodata
Halloween GitHub Forever
Jacob Asper
GitHub Board colorer
ewgenius
GitHub PR status highlighter
magroski