Chrome extension for JS & CSS code injection into the specified websites. Contains tab UI for code management written in React. App is using Redux for state management and stores state in chrome extension storage.
✔️ injects JS and CSS code into website specified by domain match
✔️ supports jQuery v3.4.1
✔️ tab UI for script management
✔️ simple code editor with JS/CSS text highlight
git clone https://github.com/martinsuba/code-injector-extension
cd code-injector-extension/ui && npm i
cd ../extension && npm i && npm run build:production