Skip to content

paul-kline/cams-popup-extension

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
ts
 
 
 
 
 
 
 
 

cams-popup-extension

See the wiki: https://github.com/paul-kline/cams-popup-extension/wiki for technical details. chrome extension available at: https://chrome.google.com/webstore/detail/cams-helper/nohnkhiaaclbbanceebnjbmchpmjgffn

Development:

One time set up:

  1. After cloning project, run npm install from the command line to retrieve proper type dependencies.
  2. Have typescript installed globally: npm install -g typescript

Make changes and test

  1. run tsc or tsc -w from the command line which will compile the ts and manifest into js files in the dist directory.
  2. With chrome developer options on, navigate to chrome://extensions, click 'load unpacked' extension, and navigate to the dist directory.
  3. Each time ts files change and you wish to test the new code, one must (a) compile to js if tsc is not in watch (-w) mode, (b) refresh the unpacked extension in chrome://extensions, (c) refresh the webpage pertaining to the changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published