Browse Source

Add browser icons

master
Xhacker Liu 10 years ago
parent
commit
75cd70b4db
  1. 12
      README.md
  2. 3
      README.template.md
  3. 2
      data.json
  4. BIN
      icons/Chrome.png
  5. BIN
      icons/Firefox.png
  6. BIN
      icons/Opera.png
  7. BIN
      icons/Safari.png

12
README.md

@ -5,13 +5,15 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
## File Management
* [Octotree](https://github.com/buunguyen/octotree)
![Support Chrome](icons/Chrome.png)
![Support Firefox](icons/Firefox.png)
![Support Opera](icons/Opera.png)
![Support Safari](icons/Safari.png)
<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">
- Browser extensions to display GitHub code in tree format.
## Source View Enhancement
* [GitHub Highlight Selected](https://github.com/Nuclides/github-highlight-selected)
![Support Chrome](icons/Chrome.png)
<img alt="Support Chrome" src="icons/Chrome.png" width="16">
- Chrome extension for highlighting selected word in GitHub source view like Sublime Text.

3
README.template.md

@ -8,8 +8,9 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
{% for extension in category.extensions %}
* [{{ extension.name }}]({{ extension.url }})
{% for browser in extension.browsers %}
![Support {{ browser }}](icons/{{ browser }}.png)
<img alt="Support {{ browser }}" src="icons/{{ browser }}.png" width="16">
{% endfor %}
- {{ extension.description }}
{% endfor %}
{% endfor %}

2
data.json

@ -16,7 +16,7 @@
"extensions": [
{
"name": "GitHub Highlight Selected",
"description": "Chrome extension for highlighting selected word in GitHub source view like Sublime Text",
"description": "Chrome extension for highlighting selected word in GitHub source view like Sublime Text.",
"url": "https://github.com/Nuclides/github-highlight-selected",
"browsers": ["Chrome"],
"support_enterprise": false

BIN
icons/Chrome.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
icons/Firefox.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
icons/Opera.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
icons/Safari.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Loading…
Cancel
Save