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
- Host: GitHub
- URL: https://github.com/nil/toggle-extension
- Owner: nil
- License: mit
- Created: 2018-06-02T15:42:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T14:48:00.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T17:09:34.006Z (5 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).*