Skip to content

VLCTechHub/publisher-browser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLCTechHub Browser Extension

Build Status

VLCTechHub Browser extension to publish events in VLCTechHub with details read from the site you are visiting.

Sites supported:

Events must have a future date and be held in Valencia region.

How to use it

Chrome

You can install the official version.

To install the dev version:

  • git clone https://github.com/VLCTechHub/publisher-browser-extension .git
  • cd publisher-browser-extension
  • npm install
  • Open chrome://extensions/ with Chrome
  • Ensure that the "Developer mode" checkbox in the top right-hand corner is checked
  • Click "LOAD UNPACKED" and select src folder from this repo
  • Visit a meetup event page with a future event in Valencia

Firefox

To install the dev version:

  • git clone https://github.com/VLCTechHub/publisher-browser-extension .git
  • cd publisher-browser-extension
  • npm install
  • open Firefox
  • enter "about:debugging" in the URL bar
  • check the box labelled "Enable add-on debugging"
  • click the button labelled "Load Temporary Add-on"
  • select the file manifest.json in the src folder
  • visit a meetup event page with a future event in Valencia

tests

To run the test run npm test on the project folder.

--