Browse Source

Add Sourcegraph

master
Xhacker Liu 10 years ago
parent
commit
f084da6173
  1. 12
      README.md
  2. 26
      data.json

12
README.md

@ -2,20 +2,18 @@
A curated list of awesome browser extensions for GitHub. Inspired by [awesome-python](https://github.com/vinta/awesome-python), which is inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
## File Management
## New Feature
* [Octotree](https://github.com/buunguyen/octotree) <a href="https://github.com/buunguyen/octotree"><img alt="Support Chrome" src="icons/Chrome.png" width="16"><img alt="Support Firefox" src="icons/Firefox.png" width="16"><img alt="Support Opera" src="icons/Opera.png" width="16"><img alt="Support Safari" src="icons/Safari.png" width="16"></a> - Browser extensions to display GitHub code in tree format.
* [ZenHub](https://www.zenhub.io) <a href="https://www.zenhub.io"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Project management suite that works natively within GitHub.
## Source View Enhancement
## View Enhancement
* [GitHub Highlight Selected](https://github.com/Nuclides/github-highlight-selected) <a href="https://github.com/Nuclides/github-highlight-selected"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Chrome extension for highlighting selected word in GitHub source view like Sublime Text.
* [GH Diff Highlight](https://github.com/danielribeiro/github-diff-highlight-extension) <a href="https://github.com/danielribeiro/github-diff-highlight-extension"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Syntax highlight for diffs on GitHub.
## New Feature
* [ZenHub](https://www.zenhub.io) <a href="https://www.zenhub.io"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Project management suite that works natively within GitHub.
* [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.
## Eyecandy
* [GitHub Highlight Selected](https://github.com/jasonlong/isometric-contributions) <a href="https://github.com/jasonlong/isometric-contributions"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Render an isometric pixel art version of your contribution graph.
* [Isometric Contributions](https://github.com/jasonlong/isometric-contributions) <a href="https://github.com/jasonlong/isometric-contributions"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Render an isometric pixel art version of your contribution graph.

26
data.json

@ -1,6 +1,6 @@
[
{
"category": "File Management",
"category": "New Feature",
"extensions": [
{
"name": "Octotree",
@ -8,11 +8,18 @@
"url": "https://github.com/buunguyen/octotree",
"browsers": ["Chrome", "Firefox", "Opera", "Safari"],
"support_enterprise": true
},
{
"name": "ZenHub",
"description": "Project management suite that works natively within GitHub.",
"url": "https://www.zenhub.io",
"browsers": ["Chrome"],
"support_enterprise": false
}
]
},
{
"category": "Source View Enhancement",
"category": "View Enhancement",
"extensions": [
{
"name": "GitHub Highlight Selected",
@ -27,16 +34,11 @@
"url": "https://github.com/danielribeiro/github-diff-highlight-extension",
"browsers": ["Chrome"],
"support_enterprise": false
}
]
},
{
"category": "New Feature",
"extensions": [
},
{
"name": "ZenHub",
"description": "Project management suite that works natively within GitHub.",
"url": "https://www.zenhub.io",
"name": "Sourcegraph",
"description": "Instant documentation tooltips and jump-to-definition links for code on GitHub.",
"url": "https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack",
"browsers": ["Chrome"],
"support_enterprise": false
}
@ -46,7 +48,7 @@
"category": "Eyecandy",
"extensions": [
{
"name": "GitHub Highlight Selected",
"name": "Isometric Contributions",
"description": "Render an isometric pixel art version of your contribution graph.",
"url": "https://github.com/jasonlong/isometric-contributions",
"browsers": ["Chrome"],

Loading…
Cancel
Save