Browse Source

Add GitHub Repo size

master
Man Parvesh Singh Randhawa 8 years ago
committed by 柳东原 LIU Dongyuan
parent
commit
8c5cabf1ac
  1. 1
      README.md
  2. 7
      data.json

1
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) <a href="https://github.com/octo-linker/chrome-extension"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Allows you to navigate across files and packages on GitHub.com with ease.
* [Sourcegraph](https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack) <a href="https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Instant documentation tooltips and jump-to-definition links for code on GitHub.
* [GitHub TOC](https://github.com/summerblue/github-toc) <a href="https://github.com/summerblue/github-toc"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Generate TOC (Table of Content) for GitHub readme and GitHub Wiki.
* [GitHub Repo Size](https://github.com/harshjv/github-repo-size) <a href="https://github.com/harshjv/github-repo-size"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Automatically adds repository size to GitHub’s repository summary.
## Eyecandy

7
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
}
]
},

Loading…
Cancel
Save