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

Latest commit

 

History

History
27 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.2 KB

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.