# Qiita おしらせ Chrome 機能拡張 作りました

*2014-06-03*

> Qiita のお知らせをチェックする Chrome 機能拡張を作りました。

[![](https://github.com/ngs/qiita-notifications-crx/raw/master/doc/1400x560_Marquee.png)][Chrome Web Store]

Qiita の新着情報を Chrome のツールバーアイコンでチェックすることができる機能拡張を作りました。

[Chrome Web Store] で公開しています。

[![](https://github.com/ngs/qiita-notifications-crx/raw/master/doc/badge.png)][Chrome Web Store]


GitHub Repo はこちら: **[ngs/qiita-notifications-crx][repo]**

<!--more-->

必要だから着手して勢いで作りきってしまいましたが、既に [qiita-notifications] という機能拡張があることに、リリースしてから気づきましたw

違いは、

* Qiita 本体とデザインが同じ
* 通知しか機能がない
* [Event Pages] を使っているからリソース消費が少ない
* [Grunt] + [CoffeeScript] + [Sass] を使っているので、書いてて楽しいw

みたいな感じです。

通知しか機能がいらない人はよかったら使ってみてくださいー。

![](https://github.com/ngs/qiita-notifications-crx/raw/master/doc/screen1.png)

![](https://github.com/ngs/qiita-notifications-crx/raw/master/doc/screen2.png)

[Chrome Web Store]: https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa
[repo]: https://github.com/ngs/qiita-notifications-crx
[qiita-notifications]: https://github.com/yuku-t/qiita-notifications
[Event Pages]: https://developer.chrome.com/extensions/event_pages
[Grunt]: http://gruntjs.com/
[CoffeeScript]: http://coffeescript.org/
[Sass]: http://sass-lang.com/


