bjegnkiolegjiajilakclakjedngnflj
Enhance GitHub repositories by adding DeepWiki and GitDiagram buttons for better code understanding GitHub Master is a browser extension designed for developers that intelligently enhances your GitHub repository browsing experience. When you visit any GitHub repository page, the extension automatically adds DeepWiki and GitDiagram shortcut buttons to the navigation bar, allowing you to access in-depth code analysis and visualization diagrams with just one click. Key Features: One-click DeepWiki Access: Open the corresponding DeepWiki for any project directly from the GitHub repository page to quickly understand code structure and functionality Instant Code Relationship Diagrams: Launch GitDiagram immediately to visualize code component relationships and dependencies Fully Customizable: Through a clean settings interface, you can freely choose to display or hide any feature button Multi-language Support: Automatically adapts to your browser language, currently supporting Chinese and English interfaces Whether you're researching open-source projects or collaborating with a team, GitHub Master helps you understand and navigate complex codebases more efficiently, making code reading and analysis simple and straightforward. Say goodbye to tedious code exploration processes - install GitHub Master now and enhance your GitHub experience!
Refined GitHub
Simplifies the GitHub interface and adds useful features Highlights: - Linkifies issue/PR references and URLs in code. - Makes whitespace characters visible. - Reduces tabs’ size to 4 spaces instead of 8. - Adds one-click merge conflict fixers. - Adds reaction avatars showing who reacted to a comment. - Adds a button to revert all the changes to a file in a PR. - Adds a build/CI status icon next to the repo’s name. - Adds a button to view the source of Markdown files. - Shows PRs that touch the current file. - Highlights the most useful comment in conversations. - Shows the first Git tag a merged PR was included in. - Adds a link to an automatic changelog for each tag/release. - Adds possible related pages and alternatives on 404 pages. - Displays the age of the repository in the sidebar. And so much more! 200+ features. See the website for a full list of features. The GITHUB and REFINED GITHUB trademarks are owned by GitHub, Inc. and used under license.
GitHub DeepWiki Button (Unofficial)
This browser extension adds a convenient "DeepWiki" button to GitHub repository pages, allowing you to quickly access the repository's documentation on DeepWiki. 🛠️ Features: - Seamlessly integrates with GitHub's interface - One-click access to DeepWiki for any GitHub repository - Clean and minimal design following GitHub's UI patterns - Works on all GitHub repository pages 🚀 How to Use: 1. Install the extension 2. Navigate to any GitHub repository 3. Click the "Open in DeepWiki" button in the repository header 4. You'll be redirected to the corresponding DeepWiki page ⚠️ Note: This is an unofficial extension and is not affiliated with GitHub or DeepWiki. It simply provides a convenient way to navigate between GitHub repositories and their corresponding DeepWiki pages. 🔒 Privacy: - No data collection - No tracking - No authentication required - Only requires access to github.com to add the button 💻 The source code is also available, and you can build and install it yourself. For more details, please visit: https://github.com/yamadashy/github-deepwiki
GitZip for github
It can make the sub-directories and files of github repository as zip and download it Why GitZip: - You DO NOT have to download the whole project just for those few files/folders you need. Usage: 1. Browse any Github repository page. 2. Two ways to download: 2.1. Choose the items: 2.1.1. In default, you can double click on items or check the checkbox on the front of items. 2.1.2. Click download button at the bottom-right of the page. 2.2. In context menu: 2.2.1. Click "GitZip Download" > "Whole Repository" or "Current Folder". 2.2.2. Move the mouse cursor on the item and click "GitZip Download" > "Selected Folder/File". 2.2.3. Click "GitZip Download" > "Checked Items" after doing 2-1-1. 3. See the progress dashboard and wait for browser trigger download. 4. Get the ZIP file. Options: "How to select" for item selecting behaviour and "theme" for dark or light themes. Get Token: - If you see the "Rate Limit" warning message on progress dashboard, you should get the Github API access token for upgrade rate limit. GitZip provide a convenient way for it: 1. Click GitZip Extension icon on your browser. 2. Click "Normal" or "Private" link beside "Get Token". 3. Authorize GitZip permission on Github auth page. 4. Back to repo page automatically. 5. Continue to use. 1.0.2: 1. Compatible with new UI (In feature preview called: New Code Search and Code View) 2. Fix a bug about saving personal token. 1.0.1: 1. Enhance popstate detection. 2. Deprecate ".repository-content" selector for items detection. 1.0.0: 1. More download ways in context menu. 2. Can change settings in options page for item selecting behaviour and theme. 3. Can use checkbox to select item. 4. Migrate to Manifest V3 spec.
Enhanced GitHub
Display repo size, size of each file, download link and option to copy file contents Extension that provides useful features on top of GitHub Website. 1. Displays repo size. 2. Displays each file size in every active branch (not applicable for folder / symlink) 3. Show download link for each individual file (not applicable for folder / symlink) 4. Copy file's contents directly to Clipboard (just won't work for markdown files) 5. Download file 7. Coming soon...please suggest by opening an issue on https://github.com/softvar/enhanced-github/issues Enhanced GitHub Chrome Extension doesn't collect/share/care about your data at all. Asks for GitHub Access Token only for private repos and if Rate Limiting is your concern. 1. "*://*.github.com/*" - for running on github.com domain. 2. storage - for storing GitHub access token on your local system. GitHub Access token is required for private repos and for handling API rate-limiting issues. 3. webRequest - to support GitHub being a single-page-application now. 4. webNavigation - to support GitHub being a single-page-application now. Read the detailed blog to support SPA and for requesting permissions #3 and #4 - https://medium.com/@softvar/making-chrome-extension-smart-by-supporting-spa-websites-1f76593637e8 * Note: From v1.0.0 onwards - Click on download icon/button while pressing Alt / Cmd(for Mac)/ Ctrl(for Windows) because GitHub has stopped downloading of files directly. * From v3.0.0 onwards, this extension wants webRequest permission so that it can properly handle SPA behavior of GitHub website. * From v4.0.0 onwards, it support GitHub New Design. Please check the detailed CHANGELOG - https://github.com/softvar/enhanced-github/blob/master/CHANGELOG.md OPEN-SOURCED and LICENSE: For more updates, please stay tuned! For any queries/issues - open an issue on https://github.com/softvar/enhanced-github/issues For any query, drop me an email at varun2902@gmail.com