Browse Source

Update some titles and links

master
LIU Dongyuan / 柳东原 9 years ago
parent
commit
95f4f96c84
  1. 4
      README.md
  2. 10
      data.json

4
README.md

@ -6,14 +6,14 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
* [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.
* [GitHub Notifier](https://github.com/sindresorhus/github-notifier-chrome) <a href="https://github.com/sindresorhus/github-notifier-chrome"><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> - Displays your GitHub notifications unread count on toolbar.
* [Notifier for GitHub](https://github.com/sindresorhus/notifier-for-github-chrome) <a href="https://github.com/sindresorhus/notifier-for-github-chrome"><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> - Displays your GitHub notifications unread count on toolbar.
* [LGTM](https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf) <a href="https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Click the icon on browser and an interesting LGTM will be copied to your clipboard as markdown format.
## View Enhancement
* [Lovely forks](https://github.com/musically-ut/lovely-forks) <a href="https://github.com/musically-ut/lovely-forks"><img alt="Support Chrome" src="icons/Chrome.png" width="16"><img alt="Support Firefox" src="icons/Firefox.png" width="16"></a> - Firefox/Chrome extension for showing notable forks of repositories.
* [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"><img alt="Support Safari" src="icons/Safari.png" width="16"></a> - Chrome extension for highlighting selected word in GitHub source view like Sublime Text.
* [GitHub Linker](https://github.com/stefanbuck/github-linker) <a href="https://github.com/stefanbuck/github-linker"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Link dependencies in a package or bower file to their GitHub page.
* [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.

10
data.json

@ -17,9 +17,9 @@
"support_enterprise": false
},
{
"name": "GitHub Notifier",
"name": "Notifier for GitHub",
"description": "Displays your GitHub notifications unread count on toolbar.",
"url": "https://github.com/sindresorhus/github-notifier-chrome",
"url": "https://github.com/sindresorhus/notifier-for-github-chrome",
"browsers": ["Chrome", "Firefox", "Opera", "Safari"],
"support_enterprise": true
},
@ -50,9 +50,9 @@
"support_enterprise": false
},
{
"name": "GitHub Linker",
"description": "Link dependencies in a package or bower file to their GitHub page.",
"url": "https://github.com/stefanbuck/github-linker",
"name": "Octo-Linker",
"description": "Allows you to navigate across files and packages on GitHub.com with ease.",
"url": "https://github.com/octo-linker/chrome-extension",
"browsers": ["Chrome"],
"support_enterprise": false
},

Loading…
Cancel
Save