An open API service indexing awesome lists of open source software.

https://github.com/nil/toggle-extension

A minimal framework for toggle extensions
https://github.com/nil/toggle-extension

Last synced: 3 months ago
JSON representation

A minimal framework for toggle extensions

Awesome Lists containing this project

README

        



Toggle Extension is a cross-browser framework for extensions that enable and disable extra interactive elements, such as tooltips or panels. Its basic code can be easily customized and scaled to create limitless extensions.

## Getting Started

```
svn export https://github.com/nil/toggle-extension/trunk/extension
```
This will only download the `extension` folder of this repository. Alternatively, you could clone all this repository with `git clone` and delete the extra folders.

*Right now it is the best option, in my option, to download the files. I'm working to add an npm command in the future.*

---

*This README.md file is a work in progress. More information about the project will be available soon. For any doubt you have, don't doubt to send a message to [Nil Vila](https://twitter.com/nilvilam).*