Browse Source

Two extensions now support Safari

master
Xhacker Liu 10 years ago
parent
commit
0e068c554c
  1. 4
      README.md
  2. 4
      data.json

4
README.md

@ -9,7 +9,7 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
## 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. * [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.
* [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. * [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.
* [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. * [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.
* [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. * [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.
@ -17,5 +17,5 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
## Eyecandy ## Eyecandy
* [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. * [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"><img alt="Support Safari" src="icons/Safari.png" width="16"></a> - Render an isometric pixel art version of your contribution graph.

4
data.json

@ -25,7 +25,7 @@
"name": "GitHub Highlight Selected", "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", "url": "https://github.com/Nuclides/github-highlight-selected",
"browsers": ["Chrome"], "browsers": ["Chrome", "Safari"],
"support_enterprise": false "support_enterprise": false
}, },
{ {
@ -65,7 +65,7 @@
"name": "Isometric Contributions", "name": "Isometric Contributions",
"description": "Render an isometric pixel art version of your contribution graph.", "description": "Render an isometric pixel art version of your contribution graph.",
"url": "https://github.com/jasonlong/isometric-contributions", "url": "https://github.com/jasonlong/isometric-contributions",
"browsers": ["Chrome"], "browsers": ["Chrome", "Safari"],
"support_enterprise": false "support_enterprise": false
} }
] ]

Loading…
Cancel
Save