[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71238":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":16,"starSnapshotCount":16,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},71238,"le-git-graph","NirmalScaria\u002Fle-git-graph","NirmalScaria","Browser extension to add git graph to GitHub website.","https:\u002F\u002Fchrome.google.com\u002Fwebstore\u002Fdetail\u002Fle-git-graph-commits-grap\u002Fjoggkdfebigddmaagckekihhfncdobff",null,"JavaScript",5873,51,5,21,0,1,3,36.15,"MIT License",false,"main",true,[25,26,27,28,29],"chrome-extension","collaborate","git-graph","github","hacktoberfest","2026-06-12 02:02:49","## Le Git Graph - Commits Graph for GitHub\n\n\u003Cimg src = \"https:\u002F\u002Fdrive.google.com\u002Fuc?export=download&id=12bnQqy4cm2vQcZSKWo2INBv-69iqkF_p\" width = \"150\">\n\nA browser extension that displays the git graph for any GitHub repository.\n\n[![Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-yellow)]()\n[![Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FVersion-1.4.2-yellowgreen)]()\n[![Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FChrome_CI\u002FCD-Success-green)]()\n[![Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FFirefox_CI\u002FCD-Success-green)]()\n\n## Demo\n![Demo Image](https:\u002F\u002Fuser-images.githubusercontent.com\u002F46727865\u002F218700103-c26082db-a696-435c-934c-cc66e1c067bd.png)\n\n\n\n## Installation\n\nInstall the extension from the link -\n\nFor Google Chrome, Opera, Vivaldi, Brave, and Microsoft Edge:\n\n[https:\u002F\u002Fchrome.google.com\u002Fwebstore\u002Fdetail\u002Fle-git-graph-commits-grap\u002Fjoggkdfebigddmaagckekihhfncdobff](https:\u002F\u002Fchrome.google.com\u002Fwebstore\u002Fdetail\u002Fle-git-graph-commits-grap\u002Fjoggkdfebigddmaagckekihhfncdobff)\n\nFor Mozilla Firefox:\n\n[https:\u002F\u002Faddons.mozilla.org\u002Ffirefox\u002Faddon\u002Fle-git-graph-github-git-graph\u002F](https:\u002F\u002Faddons.mozilla.org\u002Ffirefox\u002Faddon\u002Fle-git-graph-github-git-graph\u002F)\n\n\nAfter installation, open any GitHub repository and a new 'Commits' tab will be visible.\n\nOpen the commits tab and follow the prompt to authenticate with your GitHub account.\n\n## Why does it need write access\n\nThe extension asks for permission in the level\n`repo - read and write`\n\nLe Git Graph requires only read access to public or private repositories.\n\nThe reason is only because there is no `repo - read only` access level supported by Github OAuth. \n(You can read the discussion here https:\u002F\u002Fgithub.com\u002Forgs\u002Fcommunity\u002Fdiscussions\u002F7891 )\n\nEven though access is requested for read and write, the extension only uses it for read operations, as you can see in the source code.\n\n## Setup for Private Repos owned by an Organization\n\nAccess to private repositories owned by an organization is restricted by default. To access the commits graph for such repositories, you need to follow the following steps.\n\n1. Go to [https:\u002F\u002Fgithub.com\u002Fsettings\u002Ftokens](https:\u002F\u002Fgithub.com\u002Fsettings\u002Ftokens) \n2. Create a Personal Access Token (PAT)  with the following scopes -\n    - repo |  Full control of private repositories\n  > For a more secure option, use a Fine-Grained token (beta) with the following scopes - \n  > - repo |  Read access to code, commit statuses, and metadata\n3. Go back to the commits tab of a repo owned by the organization.\n4. From the dropdown for \"Authorize with GitHub\", select \"Custom Personal Access Token\".\n5. Enter the PAT and click on \"Add PAT\".\n\n(Full access to repo is required to fetch the commits graph, because there is no read only access level for GitHub OAuth scopes as of now.)\n\n## Tech Stack\n\n**Client:** JavaScript, Manifest V3\n\n**Server:** GitHub GraphQL, GitHub OAuth, FireBase Cloud Functions\n\n\n## Features\n\n- Authentication with GitHub OAuth  ✓\n- Connection to GitHub GraphQL ✓\n- Fetch the commits data from API ✓\n- Fetch further commits on demand ✓\n- Option to specify access level (public only or private too) ✓\n- Hover on the commit dot to see details ✓\n- Option to add custom PAT ✓\n- Filter the commits based on branch ✓\n\n## Contact\n\nFeel free to drop a mail at scaria@scaria.dev or nirmalscaria1@gmail.com\n","Le Git Graph 是一个浏览器扩展，为GitHub网站上的任何仓库添加git图。它利用JavaScript开发，并基于Manifest V3标准，通过GitHub GraphQL API获取提交数据，支持Chrome、Firefox等主流浏览器。该扩展允许用户查看详细的提交历史图，包括分支和合并信息，极大地提高了代码审查和项目管理的效率。适用于需要频繁查看和分析代码提交历史的开发者或团队，尤其是在复杂的多分支协作环境中。尽管请求了读写权限，但仅用于读取操作，确保了使用的安全性。",2,"2026-06-11 03:36:43","high_star"]