fdbkbdjkkjlceenjnkdopiiibkhlknlm
If you are like me and don't like to play "Find 5 differences" in your GitHub PR images, then this extension is just for you. Because: - It adds additional image comparer to the GitHub PR file preview that shows what pixels changed so you can easily spot the difference. - You can open original, changed and diff images in a preview dialog for better comparison. - There is also settings menu that allows you to make this comparer as a default one and change the threshold. Changelog 0.4.0 - 2022-05-01 - π Private repos support! - π Fixed images stretching in width. - π Fixed page changes detection in order to show diffs when page changes. 0.3.0 - 2022-04-27 - π Using `IntersectionObserver` to only load images when they are almost in the viewport - π Doing nothing in private repos as we don't know how to handle them 0.2.1 - 2022-04-18 - π Showing diffs in any commit inside PR. - π Making the extension work with most popular images extensions. 0.2.0 - 2022-04-18 - π Showing diff images for between changes inside the PR. - π Added dialog animation.
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 Recommender
Get similar repositories on GitHub page
GitHub Isometric Contributions
This extension allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.
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