diff --git a/README.md b/README.md index 807ed64..ed1dc2b 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,5 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py * [Isometric Contributions](https://github.com/jasonlong/isometric-contributions) Support ChromeSupport Safari - Render an isometric pixel art version of your contribution graph. * [GitHub.Expandinizr](https://github.com/thecodejunkie/github.expandinizr) Support Chrome - Removes the truncating of file and directory names in the repository browser. Fully expands the website, with breakpoints at 1400px, 1600px and 1800px. +* [Avatars for GitHub](https://chrome.google.com/webstore/detail/avatars-for-github/pgjmdbklnfklcjfbonjfkdhaonlfogbb) Support Chrome - Displaying user avatars in github news feed page. diff --git a/data.json b/data.json index 3e0ebf3..3a4dded 100644 --- a/data.json +++ b/data.json @@ -81,6 +81,13 @@ "url": "https://github.com/thecodejunkie/github.expandinizr", "browsers": ["Chrome"], "support_enterprise": false + }, + { + "name": "Avatars for GitHub", + "description": "Displaying user avatars in github news feed page.", + "url": "https://chrome.google.com/webstore/detail/avatars-for-github/pgjmdbklnfklcjfbonjfkdhaonlfogbb", + "browsers": ["Chrome"], + "support_enterprise": false } ] }