Skip to content

boggan/chromeremotecontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Remote Control

Allows remote control of chrome tabs through web application

Dependencies

Installation

Server

Go to the server folder and run the following commands:

  • install dependencies via: npm install
  • edit config.js to enter a password of your choosing
  • execute via: node main.js

Chrome Extension

For now, the chrome extension is not currently published on the store, so you'll need to enable developer mode in the chrome extension section (chrome://extensions/). Check developper mode on the top right.

  • install extension by clicking on Load unpacked extension and select the extension folder of the application

Web

Go to client folder

  • install dependencies via: bower install

Once server is running and extension is installed on the slave chrome window, visit http://<machine where server runs>:7070

Enjoy! :)

About

Allows remote control of chrome tabs through web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published