Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Kohlhepp committed Apr 18, 2011
1 parent 47a3859 commit f380b2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# [fancy settings](https://github.com/frankkohlhepp/fancy-settings)
*Create fancy settings for your Chrome or Safari extension in minutes!*
*Create fancy, chrome-looking settings for your Chrome or Safari extension in minutes!*

### About
Welcome to fancy settings! Are you ready for tabs, groups, search, good style?
Let's get started, it takes only a few minutes...

### Howto
(Download)[https://github.com/frankkohlhepp/fancy-settings/downloads] fancy settings and get started right away!
Download fancy settings and get started right away.
Unzip the download and your good to go!

You can open the index.html file as-is and take a look what the result will look like.
Now, let's get your own settings in there...

There are three files that are interesting for you:

* manifest.js
* icon.png
* settings.js
Expand All @@ -21,5 +22,6 @@ If you just want to get some settings without any customization, you can just ed
The manifest.json file includes samples of all available settings, so you can just see how it works and edit it to fit your needs.

But if you want to customize, you have two options:

1. You can use the manifest to generate your settings and customize it in the settings.js file.
2. Or you can programmatically generate your settings in the settings.js file.

0 comments on commit f380b2c

Please sign in to comment.