Browse Source

Add extensions

GitHub Highlight Selected, GH Diff Highlight, ZenHub, Isometric Contributions
master
Xhacker Liu 10 years ago
parent
commit
c3f8c1c979
  1. 9
      README.md
  2. 31
      data.json

9
README.md

@ -9,4 +9,13 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
## Source 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.
## 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.

31
data.json

@ -20,6 +20,37 @@
"url": "https://github.com/Nuclides/github-highlight-selected",
"browsers": ["Chrome"],
"support_enterprise": false
},
{
"name": "GH Diff Highlight",
"description": "Syntax highlight for diffs on GitHub.",
"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",
"browsers": ["Chrome"],
"support_enterprise": false
}
]
},
{
"category": "Eyecandy",
"extensions": [
{
"name": "GitHub Highlight Selected",
"description": "Render an isometric pixel art version of your contribution graph.",
"url": "https://github.com/jasonlong/isometric-contributions",
"browsers": ["Chrome"],
"support_enterprise": false
}
]
}

Loading…
Cancel
Save