A Chrome plugin that has the ability to bring the kiosk back to its homepage from any other websites.
- Download Neuralyzer and unzip file on the kiosk.
- Open Chrome browser and type chrome://extensions on the address bar.
- Turn on
Developer mode
(usually in the top right corner). - Congrats! You are now a 'developer'. Now click on
Load unpacked
button and point to the neuralyzer folder that contains themanifest.json
which issrc
folder in this case. - Neuralyzer has been installed, now you have to config it by clicking on the
extensions
icon on the right side of the address bar on Chrome and chooseNeuralyzer
to open the configuration box. - Set the target URL which is the kiosk's homepage in this case.
- Reload the kiosk app
After setup, a tiny dot appears at the bottom left corner. When you want to bring the kiosk back to the configured homepage, just tap on the dot 10 times continuously.
Hope you find this helpful. Have fun!
- Create a
.env
file
# For linux
BROWSER=google-chrome
# For mac
#BROWSER=google chrome
- To develop plugin configuration
yarn start:options
- To develop the main plugin
yarn start:neuralyzer
There is a chrome
polyfill in ./config/chrome
for us to develop and debug out of Chrome's plugin platform.
Plugin's version can be configured in package.json