Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manrueda/ceci

Google Chrome Extension Code Injector
https://github.com/manrueda/ceci

chrome code extensions google injector

Last synced: about 2 months ago
JSON representation

Google Chrome Extension Code Injector

Awesome Lists containing this project

README

        

# ceci :nail_care:
~~Google~~ Chrome Extension Code Injector

Make less painful the task of run code in the JS context of a page from different types of extensions (Even Page, Content Script, Dev Tools, Browser Actions)

## Installation
```bash
npm install ceci --save
```
or
```bash
yarn add ceci
```

## Usage
Check out the [documentation](https://github.com/ManRueda/ceci/wiki/Say-hi-to-ceci-💅)

## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b feat/new-thing`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin feat/new-thing`
5. Submit a pull request :D

## License
ceci is [MIT licensed](./LICENSE)