Browse Source

Add GitHub Extended

master
柳东原 LIU Dongyuan 8 years ago
parent
commit
7ec3156964
  1. 1
      README.md
  2. 7
      data.json

1
README.md

@ -19,6 +19,7 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
* [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.
* [GitHub Extended](https://github.com/onmyway133/github-extended) <a href="https://github.com/onmyway133/github-extended"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Discover more repositories in profile page.
## Eyecandy

7
data.json

@ -90,6 +90,13 @@
"url": "https://github.com/harshjv/github-repo-size",
"browsers": ["Chrome"],
"support_enterprise": true
},
{
"name": "GitHub Extended",
"description": "Discover more repositories in profile page.",
"url": "https://github.com/onmyway133/github-extended",
"browsers": ["Chrome"],
"support_enterprise": false
}
]
},

Loading…
Cancel
Save