Browse Source

Minor tweaks

master
Sindre Sorhus 7 years ago
parent
commit
47d1b833a0
  1. 27
      readme.md
  2. 1
      webpack.config.js

27
readme.md

@ -1,12 +1,11 @@
# <img src="extension/icon.png" width="45" align="left"> Refined GitHub [![Chrome version][badge-cws]][link-cws] [![Firefox version][badge-amo]][link-amo] [![Deployment][badge-travis]][link-travis]
[badge-cws]: https://img.shields.io/chrome-web-store/v/hlepfoohegkhhmjieoechaddaejaokhf.svg?label=chrome
[badge-amo]: https://img.shields.io/amo/v/refined-github-.svg?label=firefox
[badge-travis]: https://img.shields.io/travis/sindresorhus/refined-github/master.svg?label=deployment
[link-cws]: https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf "Version published on Chrome Web Store"
[link-amo]: https://addons.mozilla.org/en-US/firefox/addon/refined-github-/ "Version published on Mozilla Add-ons"
[link-travis]: https://travis-ci.org/sindresorhus/refined-github
[badge-cws]: https://img.shields.io/chrome-web-store/v/hlepfoohegkhhmjieoechaddaejaokhf.svg?label=chrome
[badge-amo]: https://img.shields.io/amo/v/refined-github-.svg?label=firefox
[badge-travis]: https://img.shields.io/travis/sindresorhus/refined-github/master.svg?label=deployment
[link-cws]: https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf "Version published on Chrome Web Store"
[link-amo]: https://addons.mozilla.org/en-US/firefox/addon/refined-github-/ "Version published on Mozilla Add-ons"
[link-travis]: https://travis-ci.org/sindresorhus/refined-github
> Browser extension that simplifies the GitHub interface and adds useful features
@ -18,10 +17,8 @@ Our hope is that GitHub will notice and implement some of these much needed impr
GitHub Enterprise is also supported by [authorizing your own domain in the options](https://github.com/sindresorhus/refined-github/pull/450). This is supported in Chrome and Firefox 55+ (to be released in August 2017).
[Read more in this blog post](https://blog.sindresorhus.com/refined-github-21185789685d)
**[What's new lately](https://blog.sindresorhus.com/whats-new-in-refined-github-836d05582df7)** ✨
- **[What's new lately](https://blog.sindresorhus.com/whats-new-in-refined-github-836d05582df7)**
- [Original announcement](https://blog.sindresorhus.com/refined-github-21185789685d)
## Install
@ -37,7 +34,7 @@ GitHub Enterprise is also supported by [authorizing your own domain in the optio
Dashboard cleanup
</th>
</tr>
<tr><!-- no zebra stripes thx --></tr>
<tr><!-- Prevent zebra stripes --></tr>
<tr>
<td>
<img src="https://user-images.githubusercontent.com/170270/27985638-029024f8-63ef-11e7-8487-5e999108bb56.gif">
@ -55,7 +52,7 @@ GitHub Enterprise is also supported by [authorizing your own domain in the optio
Preserves the original Markdown when you copy text from comments
</th>
</tr>
<tr><!-- no zebra stripes thx --></tr>
<tr><!-- Prevent zebra stripes --></tr>
<tr>
<td>
<img width="245" src="https://user-images.githubusercontent.com/1402241/27847663-963b7d7c-6171-11e7-9470-6e86d8463771.png">
@ -75,7 +72,7 @@ GitHub Enterprise is also supported by [authorizing your own domain in the optio
Moves destructive buttons in commenting forms away from the primary button
</th>
</tr>
<tr><!-- no zebra stripes thx --></tr>
<tr><!-- Prevent zebra stripes --></tr>
<tr>
<td>
<img src="media/screenshot-reactions.png">
@ -92,7 +89,7 @@ GitHub Enterprise is also supported by [authorizing your own domain in the optio
Linkifies issue/PR references in code, comments and titles
</th>
</tr>
<tr><!-- no zebra stripes thx --></tr>
<tr><!-- Prevent zebra stripes --></tr>
<tr>
<td>
<img src="https://cloud.githubusercontent.com/assets/170270/25370217/61718820-29b3-11e7-89c5-2959eaf8cac8.png">

1
webpack.config.js

@ -1,3 +1,4 @@
'use strict';
const path = require('path');
const webpack = require('webpack');

Loading…
Cancel
Save