Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manrueda/ceci
- Owner: manrueda
- License: mit
- Created: 2017-05-11T22:17:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T19:03:09.000Z (over 7 years ago)
- Last Synced: 2024-10-13T06:54:38.790Z (3 months ago)
- Topics: chrome, code, extensions, google, injector
- Language: JavaScript
- Size: 169 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ceci :nail_care:
~~Google~~ Chrome Extension Code InjectorMake 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)