Skip to content

jorchg/Everywhere-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Chat Everywhere

Features

Chat Everywhere is a Chrome extension that adds a little public chat to your browser:

  • All the rooms are public
  • The room in which you are is the domain which you are browsing
  • You can login with an e-mail to save your username
  • The login is password-less. It sends you a link to your e-mail inbox, just click it and you are logged in!

Developing the extension

I'll assume that you already read the Webpack docs and the Chrome Extension docs.

  1. Check if your Node.js version is >= 6.
  2. Clone the repository.
  3. Run npm i.
  4. Change the package's name and description on package.json.
  5. Change the name of your extension on src/manifest.json.
  6. Run npm run start
  7. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.
  8. Have fun.