It is a chrome extension to provide interface of bot which can perform some tasks through commands. You can even add your commands and if it works we would be happy to include it 😛.
You can also drag the bot by clicking on it and may play with it even ( try dragging ).
It can be done as:-
- Create an empty directory and change into that directory.
- Enter the following code:
git init
git clone https://github.com/devanshusingla/ChromeBot.git
This will create a folder named ChromeBot.
Its server is built on top of nodejs. If you don't have node already installed, install it before following steps:
- Change to Chromebot/server.
- run
npm install
.
- Open a Chrome window and select settings > More tools > Extensions. This will open the Extension's window.
- Now turn on the Developer Mode through the toggle button present at top right of the window.
- Three options would have appeared. Click the Load unpacked option.
- Now change to the ChromeBot directory and select the extension folder and click on Open button.
- This will create an extension named ChromeBot. Enable the extension if not enabled by default and an icon would appear in the Extension toolbar.
Note: Bot will only open after entire page has been loaded.
Note: Bot wouldn't open on the homepage of window, for eg:- google search page on starting chrome window.
- Open terminal and change to ChromeBot/server.
- run command nodemon index.js/node index.js.
In your open chrome window, simply click the icon of this extension and it will start the bot.
Plz check the docs folder for more information.