Skip to content

Senior project for Kennesaw State University, CCSE, Dept of CS. Class 4850-01/02. SP-17 Browser Extension

Notifications You must be signed in to change notification settings

Browser-Buddy/browser-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This guide covers how to develop, build, and deploy the Browser Buddy Firefox web extension.

Prerequisites

  • Node.js v12+
  • npm package manager
  • Firefox web browser

Development

Clone the repository

git clone https://github.com/Browser-Buddy/browser-buddy.git

Enter the repository

cd browser-buddy

This project will use web-ext for building & running the addon. web-ext is a command line tool designed to speed up various parts of the extension development process, making development faster and easier. web-ext is a node-based application. You install it with brew or the nodejs npm tool.

Install with brew

brew install web-ext

Install with npm

npm install --global web-ext

web-ext requires the current LTS (long-term support) versions of NodeJS.

To test whether the installation worked run the following command, which displays the web-ext version number:

web-ext --version

web-ext will notify you when it is time to update to the newest version. To update your global install, use the command npm install -g web-ext.

Running

To launch a demo firefox isntance with the addon pre-installed, go into the project's root directory and use:

web-ext run

About

Senior project for Kennesaw State University, CCSE, Dept of CS. Class 4850-01/02. SP-17 Browser Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published