Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated README.
  • Loading branch information
christophercliff committed Aug 16, 2013
1 parent 06d5b46 commit 3943d61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,12 @@

__chrx__ is a collection of CommonJS modules for developing Chrome Extensions. The [`chrome.*` APIs](http://developer.chrome.com/extensions/api_index.html) provided in Chrome are powerful, but their complexity can make simple tasks rather difficult. This project is an attempt to collect some common abstractions and distribute them via [`npm`](https://npmjs.org/).

## Installation

```
$ npm install chrx
```

## API

## [`tabs`](#tabs-1)
Expand Down

0 comments on commit 3943d61

Please sign in to comment.