Skip to content

Allows remote control of chrome tabs through web application

License

Notifications You must be signed in to change notification settings

pchevilley/chromeremotecontrol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

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

Languages

  • JavaScript 79.7%
  • HTML 13.7%
  • CSS 6.6%