제작자: Andrey Dodonov Add-on
Inspect and view changes in Graph Tab for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Graph Tab for GitHub",
"version": "0.1.1",
"description": "Adds a Graph tab to GitHub repositories. Renders the commit graph without requiring any permissions.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "graph-tab@dodonov.dev",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"loader.js"
],
"css": [
"src/style.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"src/*.js"
],
"matches": [
"https://github.com/*"
]
}
]
} 최고의 Graph Tab for GitHub 대안
다음은 Graph Tab for GitHub과(와) 유사한 Firefox add-on입니다:
Le Git Graph - GitHub Git Graph
scaria.dev
Le Git Graph Fork - Commits Graph for GitHub
voshch.dev
GitHub Contribution Graph
Arrow
GitHub Isometric Contributions
jasonlong
Senior Dev Contribution Graph Editor
Michael Hobbs
Sneetches for GitHub
Kev
Enhanced GitHub
Varun Malhotra
Shader Graph GitHub previewer
Stelios Petrakis
Github Notifications in Tabs
Gibson Fahnestock
GithubPlus
xl1te
Advanced GitHub Notifier
freaktechnik
Isometric Contributions for GitHub
spikespaz