Skip to content

jaywick/hello-friend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview

Screenshot preview of the hello-friend extension on a new tab

Releases

Notes

  • In Firefox you'll have to manually set the home page.
    • Check the console for the URL in a new hello-friend tab
  • In Chrome remove the applications object in the manifest.json this is Firefox only

Roadmap / Contributions

See https://github.com/jaywick/hello-friend/issues

Local development

Clone the source

git clone git@github.com:jaywick/hello-friend.git

Firefox

  1. Go to about:debugging in address bar
  2. Click Load Temporary Add-on button on top right
  3. Open any file at root directory of this extension's source

Chrome

  1. Go to chrome://extensions/ in address bar
  2. Tick Developer mode toggle at top right
  3. Click Load Unpacked
  4. Choose the directory of this extenson's source code