notes Several js files use require; in order for them to be incorporated into the extension, they have to be "bundled" using browserify. npm install browserify browserify FILE.js > bundled\FILE.js use bundled version of the file in html.