By: scaria.dev Add-on
Inspect and view changes in Le Git Graph - GitHub Git Graph source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"version": "1.4.3",
"name": "Le Git Graph - Commits Graph for GitHub",
"description": "A browser extension that displays the git graph for any GitHub repository.",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*://*.github.com/*"
],
"css": [
"css/background.css"
],
"js": [
"js/showLegend.js",
"js/drawGraph.js",
"js/fetchFurther.js",
"js/showCommitsLoading.js",
"js/getLocalToken.js",
"js/addAuthorizationPrompt.js",
"js/authorisation/oauth2.js",
"js/fetchCommits.js",
"js/fetchFilteredCommits.js",
"js/showCommits.js",
"js/sortCommits.js",
"js/setBranchOptions.js",
"js/loadBranchesButton.js",
"js/addCommitsButton.js",
"js/openCommitsTab.js",
"js/main.js",
"js/fre/helper.js",
"js/fre/updateFre.js",
"js/fre/installFre.js",
"js/fre/handler.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://*.scaria.dev/github-tree-graph/authorize*",
"*://*.scaria.dev/github-tree-graph/authorize/*"
],
"js": [
"js/authProcess.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"16": "/images/le_git_graph16.png",
"32": "/images/le_git_graph32.png",
"48": "/images/le_git_graph48.png",
"128": "/images/le_git_graph128.png"
},
"default_title": "Le Git Graph",
"default_popup": "/html/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{fd903445-e572-42dd-90be-ae63dd5840ea}"
}
},
"icons": {
"16": "/images/le_git_graph16.png",
"32": "/images/le_git_graph32.png",
"48": "/images/le_git_graph48.png",
"128": "/images/le_git_graph128.png"
},
"background": {
"scripts": [
"js/serviceWorker.js"
]
},
"web_accessible_resources": [
{
"resources": [
"js/authInject.js",
"images/popup.png",
"html/branchSelection.html",
"html/authorizationPrompt.html",
"html/commitsLoading.html",
"html/commitsContainer.html",
"html/commitItem.html",
"html/hoverCard.html",
"html/tooltip.html"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"*://*.github.com/*",
"*://*.scaria.dev/*"
]
} Best Le Git Graph - GitHub Git Graph Alternatives
Here are some Firefox add-ons that are similar to Le Git Graph - GitHub Git Graph:
Le Git Graph Fork - Commits Graph for GitHub
voshch.dev
Graph Tab for GitHub
Andrey Dodonov
GitHub Contribution Graph
Arrow
GitLines
Stefanos0710
MyGit
eschao
Sneetches for GitHub
Kev
Sourcegraph for Firefox
Sourcegraph
Isometric Contributions for GitHub
spikespaz
GitHub Repository Size
Pranav Mangal
GitHub Isometric Contributions
jasonlong
Senior Dev Contribution Graph Editor
Michael Hobbs
Enhanced GitHub
Varun Malhotra