diff --git a/README.md b/README.md index ed2c090..a128e64 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py * [Octo-Linker](https://github.com/octo-linker/chrome-extension) Support Chrome - Allows you to navigate across files and packages on GitHub.com with ease. * [Sourcegraph](https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack) Support Chrome - Instant documentation tooltips and jump-to-definition links for code on GitHub. * [GitHub TOC](https://github.com/summerblue/github-toc) Support Chrome - Generate TOC (Table of Content) for GitHub readme and GitHub Wiki. +* [GitHub Repo Size](https://github.com/harshjv/github-repo-size) Support Chrome - Automatically adds repository size to GitHub’s repository summary. ## Eyecandy diff --git a/data.json b/data.json index 42df765..b2f3b39 100644 --- a/data.json +++ b/data.json @@ -83,6 +83,13 @@ "url": "https://github.com/summerblue/github-toc", "browsers": ["Chrome"], "support_enterprise": false + }, + { + "name": "GitHub Repo Size", + "description": "Automatically adds repository size to GitHub’s repository summary.", + "url": "https://github.com/harshjv/github-repo-size", + "browsers": ["Chrome"], + "support_enterprise": true } ] },