Browse Source

[Close #6] Add GitHub Awesome Autocomplete

master
柳东原 LIU Dongyuan 9 years ago
parent
commit
744d5d281d
  1. 1
      README.md
  2. 7
      data.json

1
README.md

@ -9,6 +9,7 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
* [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.
* [GitHub Canned Responses](https://github.com/notwaldorf/github-canned-responses) <a href="https://github.com/notwaldorf/github-canned-responses"><img alt="Support Chrome" src="icons/Chrome.png" width="16"><img alt="Support Firefox" src="icons/Firefox.png" width="16"></a> - Adds a little “canned response” button inside the comment editing view, that allows you to filter through existing canned responses and add them to the comment.
* [GitHub Awesome Autocomplete](https://github.com/algolia/github-awesome-autocomplete) <a href="https://github.com/algolia/github-awesome-autocomplete"><img alt="Support Chrome" src="icons/Chrome.png" width="16"><img alt="Support Firefox" src="icons/Firefox.png" width="16"><img alt="Support Safari" src="icons/Safari.png" width="16"></a> - Add instant search capabilities to GitHub’s search bar. Auto-complete repos, users, and issues.
## View Enhancement

7
data.json

@ -36,6 +36,13 @@
"url": "https://github.com/notwaldorf/github-canned-responses",
"browsers": ["Chrome", "Firefox"],
"support_enterprise": false
},
{
"name": "GitHub Awesome Autocomplete",
"description": "Add instant search capabilities to GitHub’s search bar. Auto-complete repos, users, and issues.",
"url": "https://github.com/algolia/github-awesome-autocomplete",
"browsers": ["Chrome", "Firefox", "Safari"],
"support_enterprise": false
}
]
},

Loading…
Cancel
Save