Skip to content

RakshithKateel/WSBrowserExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSBrowserExtension Setup

This guide provides instructions for setting up the WSBrowserExtension from GitHub.

Download the Project

Option 1: Download ZIP

Option 2: Clone with Git

  • Open your terminal
  • Run: git clone https://github.com/mmust08/WSBrowserExtension.git

Configure the Extension

  1. Open your browser's extension page:

    • Chrome: chrome://extensions/
    • Firefox: about:addons then click "Extensions"
    • Edge: edge://extensions/
  2. Enable "Developer mode"

  3. Click "Load unpacked" or "Load Temporary Add-on"

  4. Select the folder containing the extension files (where you see manifest.json)

  5. The WSBrowserExtension should now appear in your browser

Troubleshooting

  • If the extension doesn't appear, make sure you've selected the correct folder containing the manifest.json file.
  • Check the browser's console for any error messages related to the extension.
  • Ensure that all the files mentioned in the manifest.json are present in the project folder.

Update the Extension

  • If you downloaded ZIP: Re-download and replace the old files
  • If you used Git: In the project folder, run git pull origin main
  • Refresh the extension in your browser's extension page

For help, check the repository issues or contact the developer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • HTML 12.6%
  • CSS 7.0%