Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nathan-osman/Stack-Alert
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-osman committed Jan 8, 2012
2 parents 89f6a73 + e2e7a1b commit d65b326
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,36 @@
<h1>Stack Alert</h1>
<h3>About</h3>
<p>
Stack Alert is a set of browser extensions used to display unread items in your Stack Exchange inbox.
Currently Stack Alert is available only for Google Chrome but a Firefox version of the extension is in the works.
The extensions use v2.0 of <a href="https://api.stackexchange.com/docs">the Stack Exchange API</a>.
</p>

<p>Stack Alert is a set of browser extensions used to display unread items in your Stack Exchange inbox. Currently Stack Alert is available only for Google Chrome but a Firefox version of the extension is in the works.
The extensions use v2.0 of <a href="https://api.stackexchange.com/docs">the Stack Exchange API</a>.</p>
<h3>Download</h3>
<ul>
<li>Google Chrome: <a href="http://quickmediasolutions.com/stackalert/stackalert.crx">[download <code>crx</code>]</a>.</li>
<li>Mozilla Firefox: <a href="http://quickmediasolutions.com/stackalert/stackalert.xpi">[download <code>xpi</code>]</a>.</li>
</ul>

<p>You can download the Chrome extension <a href="http://quickmediasolutions.com/stackalert/stackalert.crx">here</a>.</p>
<h3>Screenshots</h3>
<p>Here are a couple of screenshots showing Stack Alert in action:</p>

<p>Here is a screenshot of the Chrome extension in action:</p>

<p><a href="http://i.stack.imgur.com/rDpNt.png" title="open image in new window" target="_blank">
<img height="209" width="423" title="Proof of concept" src="http://i.stack.imgur.com/rDpNt.png" alt="Chrome extension in action" />
</a></p>
<table>
<tr>
<td><b>Google Chrome</b></td>
<td><b>Mozilla Firefox</b></td>
</tr>
<tr>
<td>
<a href="http://i.stack.imgur.com/rDpNt.png" title="open image in new window" target="_blank">
<img title="Chrome extension" width="211" height="105"
src="http://i.stack.imgur.com/rDpNt.png" alt="Chrome extension in action" />
</a>
</td>
<td>
<a href="http://i.stack.imgur.com/zA1uf.png" title="open image in new window" target="_blank">
<img title="Firefox Add-on" width="154" height="196"
src="http://i.stack.imgur.com/zA1uf.png" alt="Firefox add-on in action" />
</a>
</td>
</tr>
</table>

0 comments on commit d65b326

Please sign in to comment.