Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
/ virginia-gc Public archive

Virginia Golf Club enhancement suite

License

Notifications You must be signed in to change notification settings

tim-bellette/virginia-gc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virginia Golf Club - Chrome Enhancement Suite

Buuld Release CodeQL Version

Chrome Extension to add additional functionaility, and styling, to https://virginiagolf.com.au/.

Currently not available on the Chrome Web Store, but can be loaded as an unpacked extension.

Installation

Option 1 - From Release

  1. Download latest release from https://github.com/tim-bellette/virginia-gc/releases.
  2. Extract files to a directory e.g. %USERPROFILE%\virginia-gc.
  3. Open chrome and navigate to chrome://extensions/.
  4. Select Load unpacked and select the directory containing the extension.

Option 2 - From Source

  1. Download source code and build:
npm install
npm run build
  1. Open chrome and navigate to chrome://extensions/.
  2. Select Load unpacked and select the dist directory.