Skip to content

kevinsadi/ImageBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageBot

Replaces images on webpages with whatever images the user wants and also makes cool sounds.

Setup

Install dependencies

npm install

Install browserify

npm install -g browserify

Use browserify to convert Node scripts to browser scripts

browserify [nodeScriptName] -o [broswerScriptName]

Reigster new file with the manifest.json

...
"js": [..., "[path/to/browserScript]"]
...

About

Replaces images on web-pages with whatever images the user wants. Also makes cool sounds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors