blajnfchfeamokbmchdaloefhfongngi
Replaces GitHub pull request pages with a faster, better experience Replaces GitHub's pull request file viewer with Monaco Editor — faster diffs, inline comments, and a cleaner review experience. Proper GitHub upgrades the pull request experience on GitHub with a professional code review interface. When you open a pull request, the extension replaces GitHub's native diff viewer with Monaco Editor — the same editor that powers VS Code. Everything else on GitHub stays untouched. What you get: - Side-by-side and inline diffs powered by Monaco Editor with full syntax highlighting - A file explorer with folder tree view, search, and file type icons - Inline code suggestions — select lines, edit directly in the diff, and submit as a suggestion - Comment and review system with markdown preview and thread resolution - Image diffs with 2-up, swipe, and onion skin modes - CI status and review state at a glance in a unified toolbar - Commit-by-commit browsing or full diff view - Keyboard navigation between files - Instant file switching with background prefetching The extension works entirely in your browser. It communicates directly with GitHub's API using your Personal Access Token — no data is sent to any external server. Fully open source under the MIT license. Requires a GitHub Personal Access Token with repo scope to access the API.
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 Absolute Dates Plugin
🚀NEW FEATURE 1: Configure your own Date format! 🚀 NEW FEATURE 2: Choose between 12-hour (4:25 PM) and 24-hour (16:25) time formats! 🚀NEW FEATURE 3: Make your timestamps more colourful! 🚀🚀How? Go to upper right corner of the browser and click on this extension in your Extensions list to configure! This Chrome extension replaces relative time expressions on GitHub with absolute dates, making it easier to understand when events occurred without hovering over timestamps. For example this plugin will convert relative time expressions (e.g., "2 days ago") to absolute dates (e.g., "9/14/24, 4:25 PM") For contribution, please visit https://github.com/pkid/github-absolute-time-chrome-plugin
GitHub Recommender
Get similar repositories on GitHub page
GitHub Better Line Counts
Lots of code is generated nowadays and GitHub's line counts are not representative of a PR's true size. This extension subtracts generated files from the total line counts, giving you a better idea of how big a PR really is. That's it. Generated files are detected from the branch's root .gitattributes file. See GitHub's docs to learn how to mark a file as generated: https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github For a simple example, checkout this extension's .gitattributes file! https://github.com/aklinker1/github-better-line-counts/blob/main/.gitattributes The extension is open source: https://github.com/aklinker1/github-better-line-counts